Skip to content

Commit

Permalink
cibw: Python 3.8 no longer available in musllinux docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jul 2, 2024
1 parent edab340 commit 628fafc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 628fafc

Please sign in to comment.