Skip to content

Commit 610d8ef

Browse files
committed
per https://cibuildwheel.pypa.io/en/stable/options/#enable pypy will have to be manually enabled in cibuildwheel 3
1 parent 7154c1b commit 610d8ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
requires = ["setuptools", "wheel"]
33

44
[tool.cibuildwheel]
5+
enable = ["pypy"]
56
skip = "*musllinux_aarch64 *musllinux_ppc64le"
67

78
archs = ["auto"]

0 commit comments

Comments
 (0)