We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f869400 + 1a232ba commit 7c146d3Copy full SHA for 7c146d3
pyproject.toml
@@ -188,7 +188,7 @@ test-command = "pytest {package}/tests"
188
# PyPy
189
# musllinux in aarch64
190
# disable Python 3.14 for now until it is released
191
-skip = ["pp*", "*-musllinux_aarch64", "cp314*"]
+skip = ["pp*", "*-musllinux_aarch64"]
192
193
[tool.cibuildwheel.linux]
194
archs = ["x86_64", "aarch64"]
0 commit comments