diff --git a/pyproject.toml b/pyproject.toml index aec608c..98d39e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"