-
Notifications
You must be signed in to change notification settings - Fork 295
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
Update CI to test Python 3.12 #2597
Conversation
Nevermind, needs it in conda-forge. |
Looks like we're waiting on numba and that's waiting on llvmlite. The related PR for that says they're waiting for their November release which should include support for Python 3.12. |
https://pypi.org/project/llvmlite/ supports Py3.12 |
Oh trust me, I've been tracking all of that. I suppose theoretically I can probably just restart these CI jobs and see what happens. Oh I'll need to rebase with main... |
Looks like the conda-forge package for numba didn't have Python 3.12 builds enabled during the last PR merge. That is being fixed here: conda-forge/numba-feedstock#133 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2597 +/- ##
==========================================
+ Coverage 95.40% 95.88% +0.48%
==========================================
Files 371 371
Lines 52825 52825
==========================================
+ Hits 50399 50653 +254
+ Misses 2426 2172 -254
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 7769033141
💛 - Coveralls |
As mentioned in the monthly meeting we are fine merging this, but we've also passed the moment that Python 3.9 doesn't need to be supported according to: https://scientific-python.org/specs/spec-0000/ I will make another PR today to drop Python 3.9 and others can comment there if they disagree with this. |
As discussed in the monthly meeting. I chose to drop Python 3.10 tests so we still limit how many version we're testing.
AUTHORS.md
if not there already