diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2550015..8389b79 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,8 +17,8 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.18.0 env: - # Build fails for Python 3.12, and for PyPy - CIBW_SKIP: cp36-*, cp312-*, pp* + # Build fails for CPython 3.12 and for PyPy 3.10 + CIBW_SKIP: cp312-*, pp310-* - uses: actions/upload-artifact@v4 with: