Skip to content

Commit a7a9787

Browse files
cclaussperlpunk
authored andcommitted
fixup! setup.py: python_requires='!=3.4.*',
1 parent 039c9eb commit a7a9787

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
@@ -311,5 +311,5 @@ def run(self):
311311

312312
distclass=Distribution,
313313
cmdclass=cmdclass,
314-
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
314+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
315315
)

0 commit comments

Comments
 (0)