From 5dcb3636795db2e46a1bd8f6089471e0a565e155 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sat, 17 Sep 2022 11:29:39 +0100 Subject: [PATCH] Fix typing-extensions requirement --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4d9e9656..8a9f4ef9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = packaging>=20.9 platformdirs tomli;python_version < '3.11' - typing-extensions>=3.10.0.0;python_version < '3.8' + typing-extensions>=4.1.0;python_version < '3.11' python_requires = >=3.7 include_package_data = True zip_safe = False