From c4d8be95643144b511d89c4c0140167a743947e7 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Tue, 30 Apr 2019 22:27:20 +0600 Subject: [PATCH] fixed build error --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5b5650d42..481ee7926 100755 --- a/setup.py +++ b/setup.py @@ -79,8 +79,7 @@ setup( packages=find_packages(exclude=['tests*']), include_package_data=True, install_requires=[], - python_requires="!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*,", - python_requires=">=3.5", + python_requires=">=3.5.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*,", zip_safe=False, classifiers=[ 'Development Status :: 5 - Production/Stable',