Skip to content

Commit

Permalink
Fix version imcompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
phoerious committed Apr 4, 2024
1 parent dd3a3e9 commit 432a2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
# To be merged with the above when https://github.com/pypa/cibuildwheel/issues/1771#issuecomment-1973003145 is fixed
build-wheels-aarch64:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
env:
CIBW_SKIP: "*cp38* *cp39* *-musllinux*"
CIBW_MANYLINUX_AARCH64_IMAGE: ghcr.io/chatnoir-eu/resiliparse-manylinux_2_28_aarch64:latest
Expand Down
2 changes: 1 addition & 1 deletion resiliparse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = { text = "Apache License 2.0" }
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"fastwarc==0.14.5"
"fastwarc==0.14.6"
]

[project.urls]
Expand Down

0 comments on commit 432a2d1

Please sign in to comment.