Skip to content

Commit 7154c1b

Browse files
authored
Update pyproject.toml - do not skip pp3
1 parent c229dfd commit 7154c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = ["setuptools", "wheel"]
33

44
[tool.cibuildwheel]
5-
skip = "pp3* *musllinux_aarch64 *musllinux_ppc64le"
5+
skip = "*musllinux_aarch64 *musllinux_ppc64le"
66

77
archs = ["auto"]
88
build-frontend = "default"

0 commit comments

Comments
 (0)