From adb14b57a35a5859c017ae545c9952601252827a Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Wed, 16 Oct 2024 13:24:38 -0400 Subject: [PATCH] CIBW_SKIP versions not supported by latest pillow --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index b86cf03..f9dd07a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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: