-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
1.14 Release Tracking Issue #18169
Comments
Hi! As support for PEP 702 will be included, can we consider #18090 for this release? (Besides covering descriptors, it helps to detect more deprecations of overloaded functions.) |
We can include that as well, just please have it reviewed and merged. I sadly am not the best person to review it. I just changed the note to error for deprecated |
Okay, thanks, I'll ask around. |
Looks like #18090 is almost ready to land. I'll cut the release right after it's committed to avoid any cherry picks. |
If the branch isn't cut yet, maybe we could also get one more typeshed sync just to pull in the latest changes? Opened #18248. |
Sorry for the delay! We spent some time testing Dropbox's codebase on the new potential mypy commit base, and that dragged on. |
If there is some specific typeshed commit that somebody would like to cherry-pick, that may be still feasible. I'm looking at one potential minor typeshed regression myself, but I'm not sure if I have time to investigate it before the release is out. |
This PR updates the changelog for the release - #18301 |
Hello o/ In nixpkgs the mypy pkg is currently disabled for py3.13 (and is still at mypy1.11), which is preventing use of many nix packages in py3.13 since many depend on mypy for testing. I saw that 1.13 is starting to have py3.13 support so I was thinking about upgrading the mypy pkg to 1.13 but if the 1.14 is very-soon-to-be-released I'll just wait for the release and upgrade 1.11 -> 1.14 in one go. What do you think? |
I hope to release it in the next few days! We're in the final stages of the release, writing the changelog. |
Mypy 1.14 is out now! Read the blog post here: https://mypy-lang.blogspot.com/2024/12/mypy-114-released.html |
#18350 fixes a mypyc regression |
#18379 fixes a regression |
I'll start the point relese for the regression fixes |
I'll cherry pick these:
|
Mypy 1.14.1 is out now with the 3 fixes mentioned above! |
Time for the next release of MyPy!
I will be cutting the release branch today/tomorrow and try to release in a few weeks.
I know Jukka was working on some fixes. We can cherry pick them, and others, after the cut if needed.
The text was updated successfully, but these errors were encountered: