From a0ffa7776a2fca651ab6a2a28fe4765a26003cfc Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 27 Dec 2020 20:20:08 -0600 Subject: [PATCH] Update Python requirement to >= 3.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.25.1