From 3d022359b5851a7d3e4ec639023e612ecb1f9173 Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Thu, 9 Jan 2025 08:00:59 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b6c236..2483302 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -173,7 +173,7 @@ build-verbosity = 3 #test-command = "pytest {package}/tests" build = "cp3{8,9,10,11,12,13}-*" -skip = ["*-manylinux_i686", "*-musllinux_x86_64", "*-musllinux_i686", "cp38-manylinux*", "cp39-manylinux*"] +skip = ["*-manylinux_i686", "*-musllinux_x86_64", "*-musllinux_i686", "cp38-manylinux*"] build-frontend = "build" [tool.cibuildwheel.macos]