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 78c4bda commit a61a948Copy full SHA for a61a948
1 file changed
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
]
22
requires-python = ">=3.9"
23
dependencies = [
24
- "zipp >= 3.1.0; python_version < '3.10'",
+ "zipp >= 3.1.0; typing-extensions >= 3.10; python_version < '3.10'",
25
26
dynamic = ["version"]
27
0 commit comments