Skip to content

Commit 1d472ea

Browse files
committed
pyproject: fixes
1 parent 56c380b commit 1d472ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ build-dir = "build/{wheel_tag}"
118118
build = "cp310-* cp311-* cp312-*"
119119
config-settings = "cmake.build-type=Release"
120120

121-
# Skip 32-bit builds, musl, and PyPy
122-
skip = "*-win32 *-manylinux_i686 *-musllinux_* pp*"
121+
# Skip 32-bit builds and musl
122+
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
123123

124124
[tool.cibuildwheel.linux]
125125
archs = ["x86_64", "aarch64"]

0 commit comments

Comments
 (0)