Skip to content

Commit

Permalink
Require typing-extensions>=3.10 (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss authored Feb 7, 2022
1 parent 424351c commit 794d1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_long_description():
include_package_data=True,
install_requires=[
"anyio>=3.4.0,<4",
"typing_extensions; python_version < '3.10'",
"typing_extensions>=3.10.0; python_version < '3.10'",
"contextlib2 >= 21.6.0; python_version < '3.7'",
],
extras_require={
Expand Down

0 comments on commit 794d1a7

Please sign in to comment.