Skip to content

Commit b2a51ca

Browse files
committed
Disable 3.14 musl wheels
1 parent 0a743d4 commit b2a51ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ lines-after-imports = 2
123123
]
124124

125125
[tool.cibuildwheel]
126-
# nanobind does not support Py<3.8
127126
# i686 does not have enough memory for LTO to complete
128-
skip = ["*_i686", 'cp31?t-*']
127+
# 3.14 on musl has a hard-to-debug test crash
128+
skip = ["*_i686", 'cp31?t-*', "cp314-musllinux_x86_64"]
129129

130130
test-requires = "pytest"
131131
test-command = "pytest {project}/test"

0 commit comments

Comments
 (0)