-
Notifications
You must be signed in to change notification settings - Fork 101
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 to python 3.12 for testing #1652
Conversation
https://docs.python.org/3/whatsnew/3.12.html |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1652 +/- ##
==========================================
+ Coverage 68.33% 68.35% +0.01%
==========================================
Files 104 104
Lines 24112 24112
Branches 4280 4300 +20
==========================================
+ Hits 16478 16482 +4
+ Misses 6549 6548 -1
+ Partials 1085 1082 -3 ☔ View full report in Codecov by Sentry. |
@paulray : this required a couple of tweaks because of how |
Well, we have oldestdeps on Python 3.8 and the oldest packages we support, so I think it makes sense to have the tests also run on the most recent versions to catch any compatibility issues that crop up. I'd go with 3.12 for our tests. |
I'll merge this if ready. |
I think so. |
No description provided.