-
Notifications
You must be signed in to change notification settings - Fork 122
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
Add experimental Python 3.11 support #731
Conversation
Codecov Report
@@ Coverage Diff @@
## main #731 +/- ##
=======================================
Coverage 94.33% 94.33%
=======================================
Files 77 77
Lines 11285 11285
Branches 1347 1347
=======================================
Hits 10646 10646
Misses 459 459
Partials 180 180 Continue to review full report at Codecov.
|
This also removes the Rust toolchain from the Python 3.10 CI build since |
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.
LGTM, only question: should the 3.11 CI build be marked "ok to fail"?
Yes, good catch! |
I updated the CI to specifically call out experimental Python versions using an |
Related Issue(s):
None
Description:
Adds Python 3.11.0-alpha.4 to our CI test matrix and adds a note on experimental support to the README.
PR Checklist:
pre-commit run --all-files
)scripts/test
)