summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-01-08 14:11:48 +0100
committerGitHub <noreply@github.com>2023-01-08 14:11:48 +0100
commit19878a55e61ce8788db530240dba9570706a5aac (patch)
tree7184c5843bb63b2d48b75dd4ea2c74cb4760a65d /pyproject.toml
parent6d936e8d29aa4eb45f55e2c42652715f26d73599 (diff)
downloadastroid-git-19878a55e61ce8788db530240dba9570706a5aac.tar.gz
Remove typing_extensions from the tests requirements (#1944)
Also fix the version check for 'typing-extensions' dependency in order to fix #1945
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5daeca19..537bca9a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
"wrapt>=1.14,<2;python_version>='3.11'",
"wrapt>=1.11,<2;python_version<'3.11'",
"typed-ast>=1.4.0,<2.0;implementation_name=='cpython' and python_version<'3.8'",
- "typing-extensions>=4.0.0;python_version<'3.10'",
+ "typing-extensions>=4.0.0",
]
dynamic = ["version"]