Skip to content

Commit

Permalink
Relax dependency on typing-extensions (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
gazorby committed Feb 7, 2022
1 parent e78b59d commit a92d894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -36,7 +36,7 @@ include_package_data = True

install_requires =
pytest >= 6.1.0
typing-extensions >= 4.0; python_version < "3.8"
typing-extensions >= 3.7.2; python_version < "3.8"

[options.extras_require]
testing =
Expand Down

0 comments on commit a92d894

Please sign in to comment.