diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4aac1f..bc582fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: uses: pypa/cibuildwheel@v2.19.2 env: CIBW_BUILD: cp3*-* - CIBW_SKIP: pp* *i686* *win32 *musllinux* *-macosx_universal2 *-win_arm64 *-manylinux_ppc64le *-manylinux_s390x + CIBW_SKIP: pp* *i686* *musllinux* *-macosx_universal2 *-manylinux_ppc64le *-manylinux_s390x CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9" CIBW_ARCHS_LINUX: auto64 CIBW_ARCHS_MACOS: x86_64 arm64