-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
1.16 Release Planning #18739
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
Comments
Note there's a crash on mypy master we may want to address #18764 Update: fixed by Ivan |
FWIW worth including two low-risk crash fixes in the release: |
What's the current status here? Has the release branch been cut already? If not, I'd suggest to do it after the current typeshed sync #18880. This is the last commit with support for type checking Python 3.8. For the next typeshed sync, we'll need to drop support for |
If possible, we should include #18906 in the new release. It fixes high pri daemon bug |
Why not just drop 3.8? It has been EOL for over 6 months now |
We already dropped |
Hmm that's too bad. Because #18930 contains |
I'd be fine with dropping it now as well. The idea just was to do one last release before then. The release branch could have even been cut already. I just don't know. |
Will it be possible to have #15043 in 1.16? If not, can I please ask for some feedback on the issue as to what else is required before it's merged? |
For NumPy #18997 is a big problem. We won't be able to release numpy/numtype (a rework of numpy's typing stubs with new (backwards-incompatible) features like shape-typing). The plan is to publish an the initial NumType release in one or two months. So if this isn't fixed in mypy 1.16, our only option would be to drop support for mypy. I really don't want that. |
@meshy There was a recent change that likely will make ancestors included in seen modules, so I think your PR can likely be simplified. That said however, realistically I think it likely won't make it into 1.16, but I promise I will get back to it as soon as I am done with other 1.16-related work (I was bothered by this issue myself, so I am interested in it being fixed). @jorenham I strongly suggest you drop this "or otherwise" attitude. If you think it will persuade someone, then I can tell you it will be the opposite. |
Oh woops I see how it can be interpreted that way, and I did not mean it as a threat or something. I was just trying to say that I consider it to be very important that we keep on supporting mypy, and that I'm therefore willing to help in any way I can in solving this issue. |
I am planning to release 1.16 in the coming weeks.
If there are any PRs you would like to ensure are included, please mention here.
This issue will be updated once the release branch is cut.
The text was updated successfully, but these errors were encountered: