Skip to content

Commit

Permalink
Don't build wheels for PyPy
Browse files Browse the repository at this point in the history
PyPy is probably not long for this world; see
mesonbuild/meson-python#626 (comment).

Fixes #216.
  • Loading branch information
lpsinger committed Jul 15, 2024
1 parent 6cdea5e commit b04aae9
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 @@ -8,7 +8,7 @@ requires = ["setuptools>=42.0.0",
build-backend = 'setuptools.build_meta'

[tool.cibuildwheel]
skip = "*-musllinux_* pp310*"
skip = "*-musllinux_* pp*"

[tool.cibuildwheel.macos]
archs = ["x86_64", "universal2"]

0 comments on commit b04aae9

Please sign in to comment.