-
Notifications
You must be signed in to change notification settings - Fork 614
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 support for CPython 3.11 #468
Comments
Could you clarify what you mean by "add support for CPython 3.11"? Did you try it with the RC and encounter issues? |
Sorry for not being clear. What I meant was that it would be nice if Python 3.11 was added to the list of supported Python versions. I have not encountered issues with the RC. |
Still not quite sure what that line in In any case, this change is harmless and I don't have anything against it -- will wait until 3.11 is actually released though (and at that point add it to the CI as well) |
🏓 Python 3.11 was released yesterday. |
* Add Python 3.11 as a supported version Fixes #468 * Address review: add Python 3.11 to CI test matrix
Python 3.11-rc1 was just released. Final release is due in early October.
See PEP-664
The text was updated successfully, but these errors were encountered: