There was an error while loading. Please reload this page.
2 parents 9027ce5 + ec30ae9 commit 4db4272Copy full SHA for 4db4272
1 file changed
pyproject.toml
@@ -205,16 +205,16 @@ test-groups = ["test"]
205
test-command = "pytest {package}/tests"
206
# we do not support
207
# PyPy
208
-# musllinux in aarch64
209
-# disable Python 3.14 for now until it is released
210
-skip = ["pp*", "*-musllinux_aarch64"]
+# disable Python 3.15 for now until it is released
+skip = ["pp*", "cp315-*"]
211
212
[tool.cibuildwheel.linux]
213
archs = ["x86_64", "aarch64"]
214
environment = { CC = "gcc", CXX = "g++" }
215
manylinux-x86_64-image = "manylinux_2_28"
216
manylinux-aarch64-image = "manylinux_2_28"
217
musllinux-x86_64-image = "musllinux_1_2"
+musllinux-aarch64-image = "musllinux_1_2"
218
219
[tool.cibuildwheel.macos]
220
archs = ["x86_64", "arm64"]
0 commit comments