-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Release 1.8 planning #16602
Comments
Sounds great! Here's a few PRs that might be worth considering:
|
There's a few more outstanding issues reporting regressions in mypy 1.7 that are worth noting, but I don't think any of them have PRs linked to them yet. I personally wouldn't hold up the 1.8 release for any of them:
|
I'd like to see #16608 merged |
cherry-picked #16608 onto release-1.8 |
Looks like our CI is broken on |
Thanks, #16655 to fix that. (We switched to hatchling because setuptools editable installs no longer work well with type checkers) |
I'd also say we shouldn't block 1.8 on #16524. I can make a point release for it whenever its merged. |
It might be a bit late but the last typeshed update #16665 includes some useful improvements for |
1.8 release blogpost: https://mypy-lang.blogspot.com/2023/12/mypy-18-released.html |
@ymyzk Can you please add mypy 1.8.0 to mypy-play.net? |
@intgr Thanks for the reminder. Yes, I just added mypy 1.8.0: https://mypy-play.net/?mypy=1.8.0&python=3.12&flags=version |
Should this issue be closed now that 1.8 has been released? |
I'm planning to make a 1.8 release sometime around Dec 15.
Please post here any issues you'd like to see fixed in the release, or PRs you'd like to have merged. I'll cut the release branch around early next week.
Tasks
Callable[[Unpack[Tuple[Any, ...]]], Any]
#16541The text was updated successfully, but these errors were encountered: