Skip to content

Commit 883380a

Browse files
authored
Update pyproject.toml
1 parent a61a948 commit 883380a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ classifiers = [
2121
]
2222
requires-python = ">=3.9"
2323
dependencies = [
24-
"zipp >= 3.1.0; typing-extensions >= 3.10; python_version < '3.10'",
24+
"zipp >= 3.1.0; python_version < '3.10'",
25+
"typing-extensions >= 3.10",
2526
]
2627
dynamic = ["version"]
2728

0 commit comments

Comments
 (0)