From: Harmon Date: Fri, 25 Feb 2022 20:48:34 +0000 (-0600) Subject: Update Python requirement to >= 3.7 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=110fa5d724b8a07cd7211712063d18f292b890d3;p=tweepy.git Update Python requirement to >= 3.7 --- diff --git a/setup.py b/setup.py index 9f20c5c..c50f005 100644 --- 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",