Skip to content

Commit

Permalink
Skip PyPy builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shenanigansd authored May 5, 2024
1 parent f73099d commit 3a199a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ build-backend = "mesonpy"
requires = ["meson-python", "numpy"]

[tool.cibuildwheel]
skip = "*-win32 *-manylinux_i686"
skip = [
"pp*",
"*-win32",
"*-manylinux_i686",
]

0 comments on commit 3a199a2

Please sign in to comment.