Skip to content

Commit 08a9f65

Browse files
committed
one more time
1 parent bad02e9 commit 08a9f65

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.*, <=4',
95+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*',
9696
extras_require = {
9797
'test': ['ipykernel', 'ipython', 'mock'],
9898
'test:python_version == "3.3"': ['pytest<3.3.0'],

0 commit comments

Comments
 (0)