Skip to content
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

Add back CPython 3.10-dev to workflow #3

Open
esoma opened this issue Mar 20, 2021 · 2 comments
Open

Add back CPython 3.10-dev to workflow #3

esoma opened this issue Mar 20, 2021 · 2 comments
Assignees
Labels
💡 feature New feature or request

Comments

@esoma
Copy link
Owner

esoma commented Mar 20, 2021

mypy depends on typed_ast which isn't compatible with CPython 3.10 at the moment: python/typed_ast#155

Next release of typed_ast should fix it.

@esoma esoma added the 💡 feature New feature or request label Mar 20, 2021
@esoma esoma self-assigned this Mar 20, 2021
@esoma
Copy link
Owner Author

esoma commented Aug 30, 2021

typed_ast was fixed, but now typing_extensions is broken: python/typing#865

@esoma
Copy link
Owner Author

esoma commented Aug 30, 2021

For now I've disabled mypy tests in CPython 3.10. Once the typing_extensions issue is resolved that can be re-enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant