-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Support Python 3.14 #13957
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
base: main
Are you sure you want to change the base?
Support Python 3.14 #13957
Conversation
In theory, python-3.14.0-beta.1 is available: https://github.com/actions/python-versions/releases. These might be some caching related issues. Edit: The manifest hasn't been updated yet: https://github.com/actions/python-versions/blob/main/versions-manifest.json |
We disable the |
This is pretty promising, just need to deal with some new type checker errors. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The only remaining blocker seems to be python/mypy#19020. If a mypy release is planned in the next few days, I think we can wait, otherwise I'd add a step to CI to install mypy from git. |
Doesn't seem like a release is imminent, probably we should just use mypy main for now |
This comment has been minimized.
This comment has been minimized.
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
No description provided.