-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test on Python 3.12 #1263
Test on Python 3.12 #1263
Conversation
The first cbgen version that supports Python 3.12 v10.0.5, but this requires NumPy 2, which is why this is failing. See also #1218 |
8f8b52e
to
ac2fe64
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1263 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 54 54
Lines 4323 4323
=========================================
Hits 4323 4323
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This PR has conflicts, @tomwhite please rebase and push updated version 🙏 |
Yeesh, this is looking hairy! Thanks for fighting the good fight here Tom! |
…aints Update flake8 Fix flake8 errors Don't run pre-commit for NumPy 2 tests Try installing latest bio2zarr at end Replace pkg_resources with importlib.metadata
OK, I've got this passing now! There were a few things that needed fixing: the NumPy 2/cbgen/bio2zarr version constraints, and |
No description provided.