Skip to content

Commit

Permalink
Fix typing-extensions requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Sep 17, 2022
1 parent 13fc768 commit 5dcb363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -37,7 +37,7 @@ install_requires =
packaging>=20.9
platformdirs
tomli;python_version < '3.11'
typing-extensions>=3.10.0.0;python_version < '3.8'
typing-extensions>=4.1.0;python_version < '3.11'
python_requires = >=3.7
include_package_data = True
zip_safe = False
Expand Down

0 comments on commit 5dcb363

Please sign in to comment.