Skip to content

Commit

Permalink
Bump inflate64@v0.3.1
Browse files Browse the repository at this point in the history
- Fix import error on python 3.7

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Oct 30, 2022
1 parent 07a8b32 commit 04e3af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"pyppmd>=0.18.1,<1.1.0",
"pybcj>=0.6.0",
"multivolumefile>=0.2.3",
'inflate64>=0.3.0;python_version>"3.6"',
'inflate64>=0.3.1;python_version>"3.6"',
]
keywords = ['compression', '7zip', 'lzma', 'zstandard', 'ppmd', 'lzma2', 'bcj', 'archive']
dynamic = ["version", "entry-points"]
Expand Down

0 comments on commit 04e3af5

Please sign in to comment.