Skip to content

Commit

Permalink
Try adding in Python 3.8 to the CI, not quite EOL, and skip musl
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Sep 14, 2024
1 parent 0620ea8 commit 9ace7ab
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 @@ -2,7 +2,8 @@
requires = ["setuptools", "wheel", "cython"]

[tool.cibuildwheel]
build = "cp39* cp310* cp311* cp312* cp313*"
build = "cp38* cp39* cp310* cp311* cp312* cp313*"
skip = "*musllinux*"
archs = "auto64"
test-command = "python -m cypari.test"

0 comments on commit 9ace7ab

Please sign in to comment.