From 1f7f2e96c39ee89ee9fb18ab23f3dfbb9325c870 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Thu, 25 Nov 2021 16:18:47 +0100 Subject: Add ``flake8-typing-import`` to the pre-commit configuration (#5070) * Add flake8-typing-import to the pre-commit configuration --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 2c891228a..874f7f017 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ install_requires = toml>=0.9.2 colorama;sys_platform=="win32" typing-extensions>=3.10.0;python_version<"3.10" -python_requires = ~=3.6 +python_requires = >=3.6.2 [options.packages.find] include = -- cgit v1.2.1