Skip to content

Commit

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

0 comments on commit da4718e

Please sign in to comment.