Skip to content

Commit 9b8b111

Browse files
justephaaugustin
authored andcommitted
ci: add support for new architectures
Add support for the new following architectures: - armv7l - ppc64le - riscv64 - s390x riscv64 support was added in cibuildwheel 3.1.2 [1], so we need a more recent version of it. Uses the current latest version which is 3.3.1 [1]: https://cibuildwheel.pypa.io/en/stable/changelog/#v312 Signed-off-by: Julien Stephan <jstephan@baylibre.com>
1 parent 1a8286e commit 9b8b111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ archs = ["x86_64", "universal2", "arm64"]
4545

4646
# On an Linux Intel runner with QEMU installed, build Intel and ARM wheels.
4747
[tool.cibuildwheel.linux]
48-
archs = ["auto", "aarch64"]
48+
archs = ["auto", "aarch64", "armv7l", "ppc64le", "riscv64", "s390x"]
4949

5050
[tool.coverage.run]
5151
branch = true

0 commit comments

Comments
 (0)