Skip to content

Commit

Permalink
add ppc64le to archs
Browse files Browse the repository at this point in the history
  • Loading branch information
xoudini committed Dec 19, 2024
1 parent 165b7cc commit 2444821
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 @@ -71,7 +71,7 @@ check = "mypy --install-types --non-interactive {args:src/icu src/hook}"
[tool.cibuildwheel]
build = "*"
skip = ""
archs = ["auto", "aarch64"]
archs = ["auto", "aarch64", "ppc64le"]
test-command = "python -m pytest {project}/tests"
test-requires = "pytest six"

Expand Down

0 comments on commit 2444821

Please sign in to comment.