Skip to content

Commit

Permalink
Update pyproject.toml - do not skip pp3
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 authored Jan 3, 2025
1 parent c229dfd commit 7154c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = ["setuptools", "wheel"]

[tool.cibuildwheel]
skip = "pp3* *musllinux_aarch64 *musllinux_ppc64le"
skip = "*musllinux_aarch64 *musllinux_ppc64le"

archs = ["auto"]
build-frontend = "default"
Expand Down

0 comments on commit 7154c1b

Please sign in to comment.