Skip to content

Commit

Permalink
BLD: Temporarily reintroduce typing_extensions for python 3.10
Browse files Browse the repository at this point in the history
Remove once python/typing#865 has been fixed
  • Loading branch information
Bas van Beek committed Aug 30, 2021
1 parent add26eb commit 6b46b35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ cffi
# For testing types. Notes on the restrictions:
# - Mypy relies on C API features not present in PyPy
mypy==0.910; platform_python_implementation != "PyPy"

# TODO: Remove once 3.10.0.2 has been released (xref python/typing#865)
typing_extensions==3.10.0.0; python_version == '3.10'

0 comments on commit 6b46b35

Please sign in to comment.