-
Notifications
You must be signed in to change notification settings - Fork 321
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
Refresh support matrix for Python 3.12 #490
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #490 +/- ##
==========================================
+ Coverage 63.69% 64.56% +0.86%
==========================================
Files 31 31
Lines 52609 53896 +1287
Branches 3841 3841
==========================================
+ Hits 33510 34798 +1288
+ Misses 19064 19063 -1
Partials 35 35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Note that integration tests are green save for one (malformed token handling). That seems to be a backend change that should be investigated separately. |
macos-13
, no more*-latest
). This previously broke most test configurations when macOS defaulted to 14, which is Apple Silicon.setuptools
toinstall_requires
, since on Python 3.12+ this is no longer built-in. The library depends on this at runtime (pkg_resources
).Supersedes #481 and #484. These changes will require a major version bump.