Skip to content

Commit

Permalink
Specify minimum typing_extensions version
Browse files Browse the repository at this point in the history
Fixes #31
  • Loading branch information
flying-sheep authored May 5, 2021
1 parent ab7a856 commit 3c92495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test = [
'pytest',
'pytest-cov',
'pytest-black',
'typing_extensions; python_version<"3.8"',
'typing_extensions>=3.10; python_version<"3.8"',
]
doc = [
'sphinx-autodoc-typehints>=1.12',
Expand Down

0 comments on commit 3c92495

Please sign in to comment.