diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 5cca45a218..bd25d8b611 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -80,7 +80,7 @@ jobs: run: | echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope - name: Build wheels - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 env: CIBW_BUILD: "cp3{7..14}{t,}-${{ matrix.wheel_type }}" CIBW_ARCHS_LINUX: ${{ matrix.cibw_archs_linux || 'auto' }} @@ -128,7 +128,7 @@ jobs: run: | echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV - name: Build wheels - uses: pypa/cibuildwheel@v3.2.1 + uses: pypa/cibuildwheel@v3.3.0 env: CIBW_BUILD: "cp3{8..14}{t,}-*" CIBW_PRERELEASE_PYTHONS: True