diff --git a/pyproject.toml b/pyproject.toml index 54256ea8..3958e765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,9 +72,10 @@ musllinux-x86_64-image = "vanderaa/musllinux_1_2_x86_64_smurff" # - PyPy: never tested, pandas does not seem to work # - 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-* cp312-* *-win32 *i686" +skip = "pp* cp36-* cp37-* cp38-* cp312-* *-win32 *i686" test-command = 'pytest {project}/python/test' test-requires = 'parameterized pytest' build-verbosity = 3