We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327c4b9 commit e183891Copy full SHA for e183891
1 file changed
pyproject.toml
@@ -57,7 +57,7 @@ environment-pass = [
57
before-build = "bash ci-before-build.sh"
58
repair-wheel-command = "bash ci-repair-wheel.sh {dest_dir} {wheel}"
59
test-command = "cd {package} && bash ci-test.sh "
60
-archs = ["x86_64", "aarch64", "i686"]
+archs = ["x86_64", "aarch64", "i686", "ppc64le", "s390x"]
61
62
[tool.cibuildwheel.macos]
63
0 commit comments