From 7154c1b8b0f0df9c8d8a01f100f75c4e246c77d2 Mon Sep 17 00:00:00 2001 From: Kyle Gottfried <6462596+Spitfire1900@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:32:24 -0500 Subject: [PATCH] Update pyproject.toml - do not skip pp3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93feb5b7..20a14e65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"