Update Python requirement to >= 3.5
authorHarmon <Harmon758@gmail.com>
Sat, 26 Dec 2020 08:40:12 +0000 (02:40 -0600)
committerHarmon <Harmon758@gmail.com>
Sat, 26 Dec 2020 08:40:12 +0000 (02:40 -0600)
setup.py

index 67352a32eab49c9d3f1ff90c5b0260af3ea02398..e646bcfbca4aabdd2c86eaf93733ee1538bee312 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ setup(
     },
     test_suite="nose.collector",
     keywords="twitter library",
-    python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
+    python_requires=">=3.5",
     classifiers=[
         "Development Status :: 5 - Production/Stable",
         "Topic :: Software Development :: Libraries",