Skip to content

Commit c7a7b01

Browse files
committed
install typing_extensions until 3.10
1 parent 0354721 commit c7a7b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_version_and_cmdclass(package_name):
3131
"cloudpickle",
3232
"loky >= 2.9",
3333
]
34-
if sys.version_info < (3, 8):
34+
if sys.version_info < (3, 10):
3535
install_requires.append("typing_extensions")
3636

3737
extras_require = {

0 commit comments

Comments
 (0)