From: Harmon Date: Sat, 26 Dec 2020 08:40:12 +0000 (-0600) Subject: Update Python requirement to >= 3.5 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=553d7974da8af61cfcc5eb719198f1f0e7a66959;p=tweepy.git Update Python requirement to >= 3.5 --- diff --git a/setup.py b/setup.py index 67352a3..e646bcf 100644 --- 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",