Skip to content

Commit 1db14fa

Browse files
committed
gate typing package to < 3.7
1 parent aac27d5 commit 1db14fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_version():
3838
test_suite='tests',
3939
install_requires=[
4040
'GitPython~=2.1.11',
41-
'typing~=3.6.6',
41+
'typing~=3.6.6 ; python_version<"3.7"',
4242
'autopep8~=1.4',
4343
],
4444
extras_require={

0 commit comments

Comments
 (0)