Skip to content

Commit

Permalink
install typing_extensions until 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Oct 11, 2022
1 parent 0354721 commit c7a7b01
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 @@ -31,7 +31,7 @@ def get_version_and_cmdclass(package_name):
"cloudpickle",
"loky >= 2.9",
]
if sys.version_info < (3, 8):
if sys.version_info < (3, 10):
install_requires.append("typing_extensions")

extras_require = {
Expand Down

0 comments on commit c7a7b01

Please sign in to comment.