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
mypy depends on typed_ast which isn't compatible with CPython 3.10 at the moment: python/typed_ast#155
mypy
typed_ast
Next release of typed_ast should fix it.
The text was updated successfully, but these errors were encountered:
typed_ast was fixed, but now typing_extensions is broken: python/typing#865
typing_extensions
Sorry, something went wrong.
For now I've disabled mypy tests in CPython 3.10. Once the typing_extensions issue is resolved that can be re-enabled.
esoma
No branches or pull requests
mypy
depends ontyped_ast
which isn't compatible with CPython 3.10 at the moment: python/typed_ast#155Next release of
typed_ast
should fix it.The text was updated successfully, but these errors were encountered: