diff --git a/setup.py b/setup.py index 481ee7926..6c0d64239 100755 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ setup( packages=find_packages(exclude=['tests*']), include_package_data=True, install_requires=[], - python_requires=">=3.5.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*,", + python_requires=">=3.5", zip_safe=False, classifiers=[ 'Development Status :: 5 - Production/Stable',