Skip to content

Commit 861489a

Browse files
authored
Merge pull request #3438 from Starbuck5/cibuildwheel-enable-pypy
2 parents 1d1849a + 3a8d135 commit 861489a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ skip = "*-musllinux_*"
8080
# build[uv] is verbose by default, so below flag is not needed here
8181
# build-verbosity = 3
8282

83+
# In CIBW 2, defaults to pypy-enabled, but is throwing warnings about the
84+
# default changing in CIBW 3. So since we use pypy, lets explicitly enable it.
85+
# https://cibuildwheel.pypa.io/en/stable/options/#enable
86+
enable = ["pypy"]
87+
8388
environment = { SDL_VIDEODRIVER="dummy", SDL_AUDIODRIVER="disk" }
8489
test-command = "python -m pygame.tests -v --exclude opengl,music,timing --time_out 300"
8590
test-requires = ["numpy"]

0 commit comments

Comments
 (0)