Skip to content

Commit

Permalink
CIBW_SKIP versions not supported by latest pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Oct 16, 2024
1 parent e883788 commit adb14b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +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-*"
CIBW_SKIP: "pp36-* pp37-* pp38-* cp36-* cp37-* cp38-*"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit adb14b5

Please sign in to comment.