From 3d70405386ccbc6e0651d0158fa6b13c6cb82b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 22:20:01 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 2.23 to 3.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23 to 3.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/v2.23...v3.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index f78faee..2aee3ad 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -57,7 +57,7 @@ jobs: platforms: all - name: Build wheels (Default) - uses: pypa/cibuildwheel@v2.23 + uses: pypa/cibuildwheel@v3.0 if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13') with: output-dir: wheelhouse @@ -68,7 +68,7 @@ jobs: - name: Build wheels (MacOS x86_64) if: matrix.os == 'macos-13' - uses: pypa/cibuildwheel@v2.23 + uses: pypa/cibuildwheel@v3.0 with: output-dir: wheelhouse package-dir: statsmodels @@ -78,7 +78,7 @@ jobs: - name: Build Pyodide wheel if: matrix.python_impl == 'Pyodide' - uses: pypa/cibuildwheel@v2.23 + uses: pypa/cibuildwheel@v3.0 with: output-dir: wheelhouse package-dir: statsmodels