Uh oh!
There was an error while loading. Please reload this page.
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 |
AlexWaygood
commented
May 7, 2025
We disable the |
JelleZijlstra
commented
May 9, 2025
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.
srittau
commented
May 9, 2025
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. |
JelleZijlstra
commented
May 9, 2025
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.
This comment has been minimized.
This comment has been minimized.
srittau
commented
May 10, 2025
I want to avoid running mypy main if at all possible. This can cause changes unrelated to the Python 3.14, and can have other unforeseen consequences. It also leads to user unfriendly versions in the descriptions of third-party packages. |
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
No description provided.