From: Harmon Date: Mon, 28 Dec 2020 02:20:08 +0000 (-0600) Subject: Update Python requirement to >= 3.6 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a0ffa7776a2fca651ab6a2a28fe4765a26003cfc;p=tweepy.git Update Python requirement to >= 3.6 --- diff --git a/setup.py b/setup.py index 6c2d7b8..db098d9 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( }, test_suite="nose.collector", keywords="twitter library", - python_requires=">=3.5", + python_requires=">=3.6", classifiers=[ "Development Status :: 5 - Production/Stable", "Topic :: Software Development :: Libraries",