Skip to content

Commit a92d894

Browse files
authored
Relax dependency on typing-extensions (#284)
1 parent e78b59d commit a92d894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ include_package_data = True
3636

3737
install_requires =
3838
pytest >= 6.1.0
39-
typing-extensions >= 4.0; python_version < "3.8"
39+
typing-extensions >= 3.7.2; python_version < "3.8"
4040

4141
[options.extras_require]
4242
testing =

0 commit comments

Comments
 (0)