Skip to content

Commit 9eff3c6

Browse files
Bas van Beekhowjmay
Bas van Beek
authored andcommitted
BLD: Temporarily reintroduce typing_extensions for python 3.10
Remove once python/typing#865 has been fixed
1 parent 1117766 commit 9eff3c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ cffi
1111
# For testing types. Notes on the restrictions:
1212
# - Mypy relies on C API features not present in PyPy
1313
mypy==0.910; platform_python_implementation != "PyPy"
14+
15+
# TODO: Remove once 3.10.0.2 has been released (xref python/typing#865)
16+
typing_extensions==3.10.0.0; python_version == '3.10'

0 commit comments

Comments
 (0)