-
Notifications
You must be signed in to change notification settings - Fork 3k
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 setup for Python 3.9 #8967
Comments
New syntax features: PEP 584, union operators added to dict; PEP 585, type hinting generics in standard collections; PEP 614, relaxed grammar restrictions on decorators. |
Did Hacktoberfest just change its metric from PRs to issue comments? /s |
No, and I find it a bit unwelcoming to new (potential) contributor for us to make such assumption. Related to @srinivasraj12 comment, I think there should be a way to track stuff we (wanna) use from newer Python and make compat wrapper for, for the ease of later deprecation. Just an idea, I'm too burnt out at the moment to put together any coherent thought. |
FWIW, we generally can't really use the features in newer versions of Python -- since we're stuck with using the lowest-common-denominator portions of all our supported Python versions. |
CI stuff isn't done yet. We got the rest covered w/ #8971! |
Tracking issues to follow/upvote:
|
Is it OK to close this issue given that GHA is now handling all of CI and seems to be testing 3.9 just fine, if so, let's close this :) |
Python 3.9.0 has been released. pip should add it into the test matrix.
This is more of a todo to myself, but feel free to work on it before I can!
TODO:
Optional:
The text was updated successfully, but these errors were encountered: