Skip to content

Commit

Permalink
wheels: build python 3.9 -> 3.12, no musl
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jul 4, 2024
1 parent 09d12cb commit 5b573c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5b573c8

Please sign in to comment.