diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d2cbff3..71a9563 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -15,10 +15,10 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v3.1.3 env: - # Build fails for PyPy - CIBW_SKIP: pp* cp313-* + # Build fails for PyPy and py3.14t + CIBW_SKIP: pp* cp314t* - uses: actions/upload-artifact@v4 with: