-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
21.6.0: mypy errors #54
Comments
This may be covered by #43 (updating to a new base version of all the contextlib files) |
Getting CI running again showed that the nominally python3.10 test environment wasn't actually running on Python 3.10, it was running on whatever happened to be the system Python in the GitHub action containers. This was 3.8 in the old Ubuntu 20.04 runners, and only went up to 3.10 when the runners updated to Ubuntu 22.04 That was after the last merged contextlib2 update (which synced with the Python 3.10 beta version in June 2021), hence this problem not being detected in CI. |
I take that back, it is failing everywhere (maybe a newer |
I did run into one weird apparent mypy misbehaviour while working on this: python/mypy#17277 |
The text was updated successfully, but these errors were encountered: