Skip to content

Commit c487c47

Browse files
authored
Only allow installing this package for Python 2.7 and 3.4 (#784)
1 parent b364d78 commit c487c47

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
@@ -67,5 +67,5 @@
6767
'checker typehints typehinting typechecking backport',
6868
package_dir={'': package_dir},
6969
py_modules=['typing'],
70-
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
70+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.5',
7171
classifiers=classifiers)

0 commit comments

Comments
 (0)