-
-
Notifications
You must be signed in to change notification settings - Fork 129
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 test envs now that python 3.12 is released #1089
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1089 +/- ##
=======================================
Coverage 70.73% 70.73%
=======================================
Files 64 64
Lines 4483 4483
=======================================
Hits 3171 3171
Misses 1312 1312 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, don't you need quotes around python for python>=3.10 ?
python: '3.11'
I thought the problem was specific to 3.10, since parsing that as a float would make it 3.1, whereas 3.11 would keep the full value. |
oldest deps failure is caused by #1091 devdeps failure is caused by something preventing scipy from upgrading to dev version: |
I fixed oldest-deps, so you should rebase if you still want to pursue this. |
680c44a
to
4856f9d
Compare
Updates our OS tests to all use python 3.12 and adds a test to keep checking against 3.11.