From 09261cbeb6d54d766c0b779088adf3af155a12ad Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Thu, 9 Jan 2025 07:33:53 +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 bcc6672..811f419 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*"] +skip = ["*-manylinux_i686", "*-musllinux_x86_64", "*-musllinux_i686", "cp38-manylinux*", "cp39-manylinux*"] build-frontend = "build" [tool.cibuildwheel.macos]