Skip to content

Commit 33d242e

Browse files
committed
deps: Always depend on typing-extensions, use @tiangolo's fork to test
1 parent 87541f5 commit 33d242e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ classifiers = [
2929
"Typing :: Typed",
3030
]
3131
dependencies = [
32-
# TODO: remove once support for Python 3.8 is dropped
33-
"typing-extensions>=4.7; python_version < '3.9'",
32+
"typing-extensions>=4.7",
3433
]
3534

3635
[project.urls]
@@ -84,6 +83,7 @@ tests = [
8483
"pytest-cov>=3.0",
8584
"pytest-randomly>=3.10",
8685
"pytest-xdist>=2.4",
86+
"typing-extensions @ git+https://github.com/tiangolo/typing_extensions@typing-doc",
8787
]
8888
typing = [
8989
"mypy>=0.910",

0 commit comments

Comments
 (0)