Skip to content

Commit 3c92495

Browse files
authored
Specify minimum typing_extensions version
Fixes #31
1 parent ab7a856 commit 3c92495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test = [
2828
'pytest',
2929
'pytest-cov',
3030
'pytest-black',
31-
'typing_extensions; python_version<"3.8"',
31+
'typing_extensions>=3.10; python_version<"3.8"',
3232
]
3333
doc = [
3434
'sphinx-autodoc-typehints>=1.12',

0 commit comments

Comments
 (0)