Closed astrofrog closed 2 years ago
Base: 46.04% // Head: 46.04% // No change to project coverage :thumbsup:
Coverage data is based on head (
8ec56dc
) compared to base (40ae85a
). Patch has no changes to coverable lines.:exclamation: Current head 8ec56dc differs from pull request most recent head bf460ee. Consider uploading reports for the commit bf460ee to get more accurate results
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This seems to work well, will try and finalise thing shortly and mark as ready for review!
I think this is ready for review/merging. Just for info, if you look at the cibuildwheel logs, what is happening now is that it builds wheels for Python 3.8 and then tests for 3.8, 3.9, 3.10, and 3.11 using the same wheel. So once e.g. 3.12 comes out, we shouldn't have to build new wheels (except if the Python code in casa-formats-io doesn't work correctly with 3.12).
This should allow only one wheel to be built per platform and be forward-compatible with all future Python 3 versions (which means we don't need to release a new version of casa-formats-io just because there is a new Python version). I'll need to check the wheel build logs to make sure things are working properly.