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

Require typing-extensions>=3.10 #1475

Merged
merged 1 commit into from Feb 7, 2022

Conversation

drasmuss
Copy link
Contributor

@drasmuss drasmuss commented Feb 4, 2022

Fixes #1474

I manually verified that tests pass with typing-extensions==3.10.0. If we wanted to be really rigorous we could add a build to CI that specifically installs 3.10.0, in order to detect if any code is added that requires typing-extensions>3.10 in the future. But I thought that might be overkill in this case.

setup.py Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minimum typing-extensions version is not specified
3 participants