Skip to content

Commit

Permalink
Only install typing_extensions for Python 3.5 and 3.6
Browse files Browse the repository at this point in the history
To prevent pypa/pip#8272 downstream.
  • Loading branch information
basnijholt authored Sep 16, 2020
1 parent 47df5ad commit 078d521
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 @@ -22,7 +22,7 @@ def read(name):


install_requires = [
"typing_extensions>=3.6.5",
"typing_extensions>=3.6.5; python_version<"3.7"",
]


Expand Down

0 comments on commit 078d521

Please sign in to comment.