From 96b487221d16b4f233a0b6bd24e4c53e41e794b2 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 21 Nov 2021 21:51:02 +0100 Subject: Require Python 3.6.2 (#1269) Co-authored-by: Pierre Sassoulas --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 39172c37..2724b33c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,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.0 +python_requires = >=3.6.2 [options.packages.find] include = -- cgit v1.2.1