Skip to content

Commit 4db4272

Browse files
Merge pull request #1483 from PowerGridModel/pgm/enable-musllinux-arch64-build
Add support for musllinux-aarch64 wheels
2 parents 9027ce5 + ec30ae9 commit 4db4272

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,16 +205,16 @@ test-groups = ["test"]
205205
test-command = "pytest {package}/tests"
206206
# we do not support
207207
# PyPy
208-
# musllinux in aarch64
209-
# disable Python 3.14 for now until it is released
210-
skip = ["pp*", "*-musllinux_aarch64"]
208+
# disable Python 3.15 for now until it is released
209+
skip = ["pp*", "cp315-*"]
211210

212211
[tool.cibuildwheel.linux]
213212
archs = ["x86_64", "aarch64"]
214213
environment = { CC = "gcc", CXX = "g++" }
215214
manylinux-x86_64-image = "manylinux_2_28"
216215
manylinux-aarch64-image = "manylinux_2_28"
217216
musllinux-x86_64-image = "musllinux_1_2"
217+
musllinux-aarch64-image = "musllinux_1_2"
218218

219219
[tool.cibuildwheel.macos]
220220
archs = ["x86_64", "arm64"]

0 commit comments

Comments
 (0)