From 348cd4844e2fb8c169f1bc872e7b0e1581817165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:02:56 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 3.4.1 to 4.0.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.1 to 4.0.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v3.4.1...v4.0.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-python.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 718c8adc1009..0ae239e0d9e9 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -87,7 +87,7 @@ jobs: # build wheels for ubuntu - name: Build wheels for ubuntu if: matrix.os == 'ubuntu-24.04' - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.0.0 env: CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.build }} @@ -100,7 +100,7 @@ jobs: # build wheels for ubuntu armv7l - name: Build wheels for ubuntu armv7l if: matrix.os == 'ubuntu-24.04-arm' && (matrix.arch == 'armv7l') - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.0.0 env: CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.build }} @@ -114,7 +114,7 @@ jobs: # build wheels for ubuntu aarch64 - name: Build wheels for ubuntu aarch64 if: matrix.os == 'ubuntu-24.04-arm' && (matrix.arch == 'aarch64') - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.0.0 env: CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.build }} @@ -127,7 +127,7 @@ jobs: # build wheels for windows - name: Build wheels for windows if: matrix.os == 'windows-2025' && (matrix.arch == 'AMD64' || matrix.arch == 'x86') - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.0.0 env: CIBW_ARCHS_WINDOWS: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.build }} @@ -141,7 +141,7 @@ jobs: - name: Build wheels for windows ARM64 if: matrix.os == 'windows-11-arm' && matrix.arch == 'ARM64' - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.0.0 env: CIBW_ARCHS_WINDOWS: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.build }} @@ -219,7 +219,7 @@ jobs: - name: Build wheels for macos x86_64 if: matrix.os == 'macos-15-intel' && matrix.arch == 'x86_64' - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.0.0 env: CIBW_ARCHS_MACOS: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.build }} @@ -238,7 +238,7 @@ jobs: - name: Build wheels for macos arm64 if: matrix.os == 'macos-15' && matrix.arch == 'arm64' - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.0.0 env: CIBW_ARCHS_MACOS: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.build }} @@ -291,7 +291,7 @@ jobs: platforms: all - name: Build wheels with qemu - uses: pypa/cibuildwheel@v3.4.1 + uses: pypa/cibuildwheel@v4.0.0 env: CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.build_cp }}-${{ matrix.build_sub }}*