Skip to content

Commit

Permalink
remove 3.8 as not supported by numpy>=2
Browse files Browse the repository at this point in the history
  • Loading branch information
kodonnell committed Jun 23, 2024
1 parent f514cbf commit eedb9cc
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 @@ -23,7 +23,7 @@ write_to_template = "__version__ = \"{version}\""
[tool.cibuildwheel]
test-requires = "pytest pillow"
test-command = "pytest {project}/tests"
build = "cp38-* cp39-* cp310-* cp311-* cp312-*"
build = "cp39-* cp310-* cp311-* cp312-*"
# skip musl and ignore the non-standard linux builds
skip = "*-musllinux_* *s390x* *ppc64le* *i686*"
build-frontend = "build"
Expand Down

0 comments on commit eedb9cc

Please sign in to comment.