Update Python requirement to >= 3.7
authorHarmon <Harmon758@gmail.com>
Fri, 25 Feb 2022 20:48:34 +0000 (14:48 -0600)
committerHarmon <Harmon758@gmail.com>
Fri, 25 Feb 2022 20:48:34 +0000 (14:48 -0600)
setup.py

index 9f20c5c402c8def5c3d06c04f3408e876636a27d..c50f005eec357aaed134368b8935f38c4a9de391 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ setup(
     },
     test_suite="tests",
     keywords="twitter library",
-    python_requires=">=3.6",
+    python_requires=">=3.7",
     classifiers=[
         "Development Status :: 5 - Production/Stable",
         "Topic :: Software Development :: Libraries",