Skip to content

Commit

Permalink
[ci] Add PyPy builds to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed May 25, 2024
1 parent 31c7912 commit df7992c
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 @@ -99,7 +99,7 @@ test-command = "pytest -v -m ci {package}/tests"

# Install system library
[tool.cibuildwheel.linux]
build = "cp3{8,9,10,11,12}-manylinux*"
build = ["cp3{8,9,10,11,12}-manylinux*", "pypy3{8,9,10}-manylinux*"]
archs = ["auto64"]
before-all = [
"dnf -y install alsa-lib-devel alsa-utils",
Expand Down

0 comments on commit df7992c

Please sign in to comment.