diff --git a/setup.py b/setup.py index 3e224a5b5..79e45bfda 100644 --- a/setup.py +++ b/setup.py @@ -133,7 +133,7 @@ def find_meta(meta): long_description_content_type="text/x-rst", packages=PACKAGES, package_dir={"": "src"}, - 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.*", zip_safe=False, classifiers=CLASSIFIERS, install_requires=INSTALL_REQUIRES,