Skip to content

Commit

Permalink
update used zipp version
Browse files Browse the repository at this point in the history
  • Loading branch information
karistom authored Jul 22, 2024
1 parent 9693e99 commit ddf93ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"zipp>=0.5",
"zipp>=0.5"; python_version < "3.8"',
"zipp>=3.19.1"; python_version >= "3.8"',
'typing-extensions>=3.6.4; python_version < "3.8"',
]
dynamic = ["version"]
Expand Down

0 comments on commit ddf93ee

Please sign in to comment.