Skip to content

Commit

Permalink
Skip PyPy wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvdijk committed Sep 28, 2023
1 parent d68c7ff commit 3985b59
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
@@ -1,2 +1,6 @@
[build-system]
requires = ["oldest-supported-numpy", "setuptools", "wheel", "pybind11>=2.2"]
requires = ["oldest-supported-numpy", "setuptools", "wheel", "pybind11>=2.2"]

# No need to build wheels for PyPy
[tool.cibuildwheel]
skip = "pp*"

0 comments on commit 3985b59

Please sign in to comment.