From 553d7974da8af61cfcc5eb719198f1f0e7a66959 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 26 Dec 2020 02:40:12 -0600 Subject: [PATCH] Update Python requirement to >= 3.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.25.1