-
Notifications
You must be signed in to change notification settings - Fork 153
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 Python 3.10 release candidate #414
Conversation
Codecov Report
@@ Coverage Diff @@
## master #414 +/- ##
==========================================
+ Coverage 76.20% 76.38% +0.18%
==========================================
Files 14 14
Lines 1395 1406 +11
==========================================
+ Hits 1063 1074 +11
Misses 332 332
Continue to review full report at Codecov.
|
Thanks! |
One thing: how did you figure out 3.10-dev works? It's not mentioned anywhere on the list of supported Python releases, or any of the documentation of the setup-python action. |
And then I guess I found this issue to add the similar thing for GHA, which was added for |
Odd that they did not document this feature – an oversight on their part I suppose. |
Please watch my wheel package https://github.com/fochoao/wheel |
What for? |
Please stop spamming this repo. |
Python 3.10.0 final is due for release in October:
The first release candidate is now out and the Python release team has issued a call to action for community members:
https://discuss.python.org/t/python-3-10-0rc1-is-now-available/9982?u=hugovk
So let's also test 3.10 on the CI. The good news is everything passes.
I didn't yet add 3.10 to the
classifiers
etc., that can wait until 3.10 is released and officially supported, but could be updated now if you wish.I also added quotes around version numbers in YAML so it doesn't later interpret
3.10
as 3.1: https://dev.to/hugovk/the-python-3-1-problem-85g