From bfcca4fd81b263a570df445e102da20d53b2b41a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 22:49:52 +0000 Subject: [PATCH] Bump pypa/cibuildwheel from 3.0 to 3.1 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0 to 3.1. - [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.0...v3.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.1' dependency-type: direct:production update-type: version-update:semver-minor ... 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 1ea3964..87d4313 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@v3.0 + uses: pypa/cibuildwheel@v3.1 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@v3.0 + uses: pypa/cibuildwheel@v3.1 with: output-dir: wheelhouse package-dir: statsmodels @@ -78,7 +78,7 @@ jobs: - name: Build Pyodide wheel if: matrix.python_impl == 'Pyodide' - uses: pypa/cibuildwheel@v3.0 + uses: pypa/cibuildwheel@v3.1 with: output-dir: wheelhouse package-dir: statsmodels