Skip to content

Commit bad02e9

Browse files
committed
Fix Python version
1 parent f498173 commit bad02e9

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
@@ -92,7 +92,7 @@ def run(self):
9292
'entrypoints',
9393
'tornado>=4.1',
9494
],
95-
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, >=3.3',
95+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <=4',
9696
extras_require = {
9797
'test': ['ipykernel', 'ipython', 'mock'],
9898
'test:python_version == "3.3"': ['pytest<3.3.0'],

0 commit comments

Comments
 (0)