From 110fa5d724b8a07cd7211712063d18f292b890d3 Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 25 Feb 2022 14:48:34 -0600 Subject: [PATCH] Update Python requirement to >= 3.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.25.1