- Notifications
You must be signed in to change notification settings - Fork329
Refresh support matrix for Python 3.12#490
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedMay 6, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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. |
Uh oh!
There was an error while loading.Please reload this page.
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.