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