Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aafd42a

Browse files
damusssStarbuck5
authored andcommitted
Merge pull request #3438 from Starbuck5/cibuildwheel-enable-pypy
1 parent 713c5af commit aafd42a

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
@@ -81,6 +81,11 @@ skip = ["*-musllinux_*", "cp31?t-*"]
8181
# build[uv] is verbose by default, so below flag is not needed here
8282
# build-verbosity = 3
8383

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /