Skip to content

Commit bfcca4f

Browse files
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](pypa/cibuildwheel@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] <[email protected]>
1 parent c2ab59e commit bfcca4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
platforms: all
5858

5959
- name: Build wheels (Default)
60-
uses: pypa/cibuildwheel@v3.0
60+
uses: pypa/cibuildwheel@v3.1
6161
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')
6262
with:
6363
output-dir: wheelhouse
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Build wheels (MacOS x86_64)
7070
if: matrix.os == 'macos-13'
71-
uses: pypa/cibuildwheel@v3.0
71+
uses: pypa/cibuildwheel@v3.1
7272
with:
7373
output-dir: wheelhouse
7474
package-dir: statsmodels
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Build Pyodide wheel
8080
if: matrix.python_impl == 'Pyodide'
81-
uses: pypa/cibuildwheel@v3.0
81+
uses: pypa/cibuildwheel@v3.1
8282
with:
8383
output-dir: wheelhouse
8484
package-dir: statsmodels

0 commit comments

Comments
 (0)