We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a743d4 commit b2a51caCopy full SHA for b2a51ca
1 file changed
pyproject.toml
@@ -123,9 +123,9 @@ lines-after-imports = 2
123
]
124
125
[tool.cibuildwheel]
126
-# nanobind does not support Py<3.8
127
# i686 does not have enough memory for LTO to complete
128
-skip = ["*_i686", 'cp31?t-*']
+# 3.14 on musl has a hard-to-debug test crash
+skip = ["*_i686", 'cp31?t-*', "cp314-musllinux_x86_64"]
129
130
test-requires = "pytest"
131
test-command = "pytest {project}/test"
0 commit comments