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 on py<3.8 only #269

Merged
merged 1 commit into from Jan 17, 2022

Commits on Jan 17, 2022

  1. Require typing-extensions on py<3.8 only

    typing.Literal is available since Python 3.8.  Use it instead of
    requiring typing-extensions for systems that no longer have Python 3.7.
    mgorny committed Jan 17, 2022
    Copy the full SHA
    fc34821 View commit details
    Browse the repository at this point in the history