Skip to content

Commit a8be84e

Browse files
Bump pypa/cibuildwheel from 3.4 to 4.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4 to 4.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4...v4.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '4.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7751928 commit a8be84e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
platforms: all
6868

6969
- name: Build wheels (Default)
70-
uses: pypa/cibuildwheel@v3.4
70+
uses: pypa/cibuildwheel@v4.0
7171
if: (matrix.python_impl != 'Pyodide')
7272
with:
7373
output-dir: wheelhouse
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Build Pyodide wheel
7979
if: matrix.python_impl == 'Pyodide'
80-
uses: pypa/cibuildwheel@v3.4
80+
uses: pypa/cibuildwheel@v4.0
8181
with:
8282
output-dir: wheelhouse
8383
package-dir: statsmodels

0 commit comments

Comments
 (0)