From da4718e8e894d0a16c35928e8eb5a225ca922cb0 Mon Sep 17 00:00:00 2001 From: Tom Vander Aa Date: Mon, 1 Jul 2024 15:43:02 +0200 Subject: [PATCH] FIXUP cibw: Python 3.8 no longer available --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a46e07b5..3958e765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ musllinux-x86_64-image = "vanderaa/musllinux_1_2_x86_64_smurff" # - 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-* cp-38* cp312-* *-win32 *i686" +skip = "pp* cp36-* cp37-* cp38-* cp312-* *-win32 *i686" test-command = 'pytest {project}/python/test' test-requires = 'parameterized pytest' build-verbosity = 3