From 3879acf31db069ad601de9acf574d4c650ba7615 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 21 Nov 2021 20:08:05 +0100 Subject: Add flake8-typing-import to the pre-commit configuration (#1240) Relates to #1239 Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 61807a22..39172c37 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 +python_requires = >= 3.6.0 [options.packages.find] include = -- cgit v1.2.1