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.
1 parent 56c380b commit 1d472eaCopy full SHA for 1d472ea
pyproject.toml
@@ -118,8 +118,8 @@ build-dir = "build/{wheel_tag}"
118
build = "cp310-* cp311-* cp312-*"
119
config-settings = "cmake.build-type=Release"
120
121
-# Skip 32-bit builds, musl, and PyPy
122
-skip = "*-win32 *-manylinux_i686 *-musllinux_* pp*"
+# Skip 32-bit builds and musl
+skip = "*-win32 *-manylinux_i686 *-musllinux_*"
123
124
[tool.cibuildwheel.linux]
125
archs = ["x86_64", "aarch64"]
0 commit comments