Skip to content

Commit 69e39c3

Browse files
committed
relax typing req
1 parent 45b57b0 commit 69e39c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
install_requires.append('futures >= 3.0.5')
2727

2828
if sys.version_info[:2] < (3, 5):
29-
install_requires.append('typing >= 3.5.2, < 3.6')
29+
install_requires.append('typing >= 3.5.2')
3030

3131

3232
setup(name='cwltest',

0 commit comments

Comments
 (0)