We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87541f5 commit 33d242eCopy full SHA for 33d242e
1 file changed
pyproject.toml
@@ -29,8 +29,7 @@ classifiers = [
29
"Typing :: Typed",
30
]
31
dependencies = [
32
- # TODO: remove once support for Python 3.8 is dropped
33
- "typing-extensions>=4.7; python_version < '3.9'",
+ "typing-extensions>=4.7",
34
35
36
[project.urls]
@@ -84,6 +83,7 @@ tests = [
84
83
"pytest-cov>=3.0",
85
"pytest-randomly>=3.10",
86
"pytest-xdist>=2.4",
+ "typing-extensions @ git+https://github.com/tiangolo/typing_extensions@typing-doc",
87
88
typing = [
89
"mypy>=0.910",
0 commit comments