Skip to content

Commit

Permalink
skip pypy 3.6,3.7,3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Oct 16, 2024
1 parent f82dcaf commit e883788
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}
CIBW_PRERELEASE_PYTHONS: True
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
CIBW_SKIP: "pp36-* pp37-* pp38-*"

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -308,6 +309,7 @@ jobs:
CIBW_FREE_THREADED_SUPPORT: True
CIBW_PRERELEASE_PYTHONS: True
CIBW_TEST_SKIP: "*-win_arm64"
CIBW_SKIP: "pp36-* pp37-* pp38-*"
CIBW_TEST_COMMAND: 'docker run --rm
-v {project}:C:\pillow-avif-plugin
-v C:\cibw:C:\cibw
Expand Down

0 comments on commit e883788

Please sign in to comment.