We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7a856 commit 3c92495Copy full SHA for 3c92495
pyproject.toml
@@ -28,7 +28,7 @@ test = [
28
'pytest',
29
'pytest-cov',
30
'pytest-black',
31
- 'typing_extensions; python_version<"3.8"',
+ 'typing_extensions>=3.10; python_version<"3.8"',
32
]
33
doc = [
34
'sphinx-autodoc-typehints>=1.12',
0 commit comments