diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index c442b61c6..5761d4906 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -81,7 +81,7 @@ jobs: version: 12 - name: Build wheels for CPython 3.14 - uses: pypa/cibuildwheel@v3.4.0 + uses: pypa/cibuildwheel@v3.4.1 env: CIBW_BUILD: "cp314t-* cp314-*" CIBW_ARCHS: ${{ matrix.cibw_archs }} @@ -94,7 +94,7 @@ jobs: numpy scipy - name: Build wheels for CPython 3.13 - uses: pypa/cibuildwheel@v3.4.0 + uses: pypa/cibuildwheel@v3.4.1 env: CIBW_BUILD: "cp313t-* cp313-*" CIBW_ARCHS: ${{ matrix.cibw_archs }} @@ -107,19 +107,19 @@ jobs: numpy scipy - name: Build wheels for CPython 3.12 - uses: pypa/cibuildwheel@v3.4.0 + uses: pypa/cibuildwheel@v3.4.1 env: CIBW_BUILD: "cp312-*" CIBW_ARCHS: ${{ matrix.cibw_archs }} - name: Build wheels for CPython 3.11 - uses: pypa/cibuildwheel@v3.4.0 + uses: pypa/cibuildwheel@v3.4.1 env: CIBW_BUILD: "cp311-*" CIBW_ARCHS: ${{ matrix.cibw_archs }} - name: Build wheels for CPython 3.10 - uses: pypa/cibuildwheel@v3.4.0 + uses: pypa/cibuildwheel@v3.4.1 env: CIBW_BUILD: "cp310-*" CIBW_ARCHS: ${{ matrix.cibw_archs }}