From 301b55986f4aa0ef607f69f022484092341c57fc Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Tue, 10 May 2022 11:15:35 -0400 Subject: Require Python 3.7.2 (#1542) --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index e30d844d..fa7c436e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,6 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 @@ -43,7 +42,7 @@ install_requires = setuptools>=20.0 typed-ast>=1.4.0,<2.0;implementation_name=="cpython" and python_version<"3.8" typing-extensions>=3.10;python_version<"3.10" -python_requires = >=3.6.2 +python_requires = >=3.7.2 [options.packages.find] include = -- cgit v1.2.1