Skip to content

Commit e265ce3

Browse files
committed
XXX disable wheels for pypy per pypy/pypy#5309
1 parent c4e2c3c commit e265ce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ select = ["E", "F", "I", "PT", "W", "Q", "SIM"]
6565

6666
[tool.cibuildwheel]
6767
build-frontend = {name="build", args=["--verbose", "-Csetup-args=--vsenv"]}
68-
enable = "pypy cpython-prerelease cpython-freethreading graalpy"
68+
enable = "cpython-prerelease cpython-freethreading graalpy"
6969
skip = "gp311_242* gp3*win*amd64*"
7070

7171
before-all = "sh scripts/cibw_before_all.sh"

0 commit comments

Comments
 (0)