Skip to content

Commit 96fb0e6

Browse files
authored
Merge pull request #8467 from radarhere/pypy
Skip PyPy3.9 wheels
2 parents 37e5635 + 8393972 commit 96fb0e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: ${{ matrix.manylinux }}
153153
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}
154154
CIBW_PRERELEASE_PYTHONS: True
155+
CIBW_SKIP: pp39-*
155156
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
156157

157158
- uses: actions/upload-artifact@v4
@@ -224,6 +225,7 @@ jobs:
224225
CIBW_CACHE_PATH: "C:\\cibw"
225226
CIBW_FREE_THREADED_SUPPORT: True
226227
CIBW_PRERELEASE_PYTHONS: True
228+
CIBW_SKIP: pp39-*
227229
CIBW_TEST_SKIP: "*-win_arm64"
228230
CIBW_TEST_COMMAND: 'docker run --rm
229231
-v {project}:C:\pillow

0 commit comments

Comments
 (0)