summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index ce1a3692..7482c74b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,7 +39,7 @@ install_requires =
lazy_object_proxy>=1.4.0
wrapt>=1.11,<1.14
setuptools>=20.0
- typed-ast>=1.4.0,<1.5;implementation_name=="cpython" and python_version<"3.8"
+ 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