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 e78b59d commit a92d894Copy full SHA for a92d894
setup.cfg
@@ -36,7 +36,7 @@ include_package_data = True
36
37
install_requires =
38
pytest >= 6.1.0
39
- typing-extensions >= 4.0; python_version < "3.8"
+ typing-extensions >= 3.7.2; python_version < "3.8"
40
41
[options.extras_require]
42
testing =
0 commit comments