diff --git a/setup.py b/setup.py index eb24676a..f8879752 100644 --- a/setup.py +++ b/setup.py @@ -311,5 +311,5 @@ def run(self): distclass=Distribution, cmdclass=cmdclass, - python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', )