-
Notifications
You must be signed in to change notification settings - Fork 121
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
Test against Python 3.9 #420
Conversation
eb5c920
to
0975981
Compare
8366343
to
bf64263
Compare
This is currently failing because of the bump to |
Looks good! How about introducing 3.9 and 3.10 support in separate PRs? |
bf64263
to
b1dd92c
Compare
Codecov Report
@@ Coverage Diff @@
## main #420 /- ##
=======================================
Coverage 89.76% 89.76%
=======================================
Files 40 40
Lines 5150 5150
=======================================
Hits 4623 4623
Misses 527 527 Continue to review full report at Codecov.
|
Good call. I updated this PR to focus on 3.9 and will open a separate PR for testing 3.10. |
4ee2a5d
to
b56fc3c
Compare
Description:
Expands CI test matrix to include Python 3.9 and 3.10. Python 3.10 is marked as "experimental", so the CI workflow will still succeed even if that job fails.
PR Checklist:
scripts/format
)scripts/test
)