We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our mypyc TypedDict tests are failing on master due to the latest typing_extensions release. You can see in this run that the one job that used typing_extensions 4.7.0 failed, but all the others passed: https://github.com/python/mypy/actions/runs/5405782682
master
And on this PR, which is using 4.7.0 on all jobs, the mypyc TypedDict tests are failing on all jobs: #15541
Cc. @JelleZijlstra
The text was updated successfully, but these errors were encountered:
This is quite possibly broken on 3.7 only. When are we dropping 3.7 support?
Sorry, something went wrong.
This is quite possibly broken on 3.7 only.
Yes, looks like that's probably the case!
Successfully merging a pull request may close this issue.
Our mypyc TypedDict tests are failing on
master
due to the latest typing_extensions release. You can see in this run that the one job that used typing_extensions 4.7.0 failed, but all the others passed: https://github.com/python/mypy/actions/runs/5405782682And on this PR, which is using 4.7.0 on all jobs, the mypyc TypedDict tests are failing on all jobs: #15541
Cc. @JelleZijlstra
The text was updated successfully, but these errors were encountered: