Skip to content

Commit

Permalink
[ci] fix: PyPy version specifiers for cibuildwheel
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 b5b3edc commit 8d76646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ test-command = "pytest -v -m ci {package}/tests"

# Install system library
[tool.cibuildwheel.linux]
build = ["cp3{9,10,11,12}-manylinux*", "pypy3{9,10}-manylinux*"]
build = ["cp3{9,10,11,12}-manylinux*", "pp3{9,10}-manylinux*"]
archs = ["auto64"]
before-all = [
"dnf -y install alsa-lib-devel alsa-utils",
Expand All @@ -112,7 +112,7 @@ before-all = [
repair-wheel-command = "auditwheel repair --exclude libasound.so.2 --lib-sdir . -w {dest_dir} {wheel}"

[tool.cibuildwheel.macos]
build = "cp3{8,9,10,11,12}-macosx*"
build = "cp3{9,10,11,12}-macosx*"
archs = ["x86_64", "arm64"]

[tool.cibuildwheel.windows]
Expand Down

0 comments on commit 8d76646

Please sign in to comment.