From 5b573c845b7c17a519aa0827c24c0347d6593f98 Mon Sep 17 00:00:00 2001 From: Tom Vander Aa Date: Thu, 4 Jul 2024 15:22:39 +0200 Subject: [PATCH] wheels: build python 3.9 -> 3.12, no musl --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e468748e..4ec9f267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,12 +71,10 @@ musllinux-x86_64-image = "vanderaa/musllinux_1_2_x86_64_smurff" # - CPython 3.6: unsupported by scikit_build_core # - CPython 3.7: unsupported by h5sparse # - CPython 3.8: removed from manylinux/musllinux -# - CPython 3.12: removed pkg_resources in h5sparse # - i686 and win32: we do not care about 32bit -skip = "pp* cp36-* cp37-* cp38-* cp312-* *-win32 *i686" +skip = "pp* cp36-* cp37-* cp38-* *musl* *-win32 *i686" test-command = 'pytest -n auto {project}/python/test' test-requires = 'parameterized pytest pytest-xdist' -build-verbosity = 3 [tool.cibuildwheel.macos.config-settings] "cmake.define.HDF5_ROOT" = "/usr/local/hdf5"