Skip to content

Commit 3d70405

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

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@v2.23
60+
uses: pypa/cibuildwheel@v3.0
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@v2.23
71+
uses: pypa/cibuildwheel@v3.0
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@v2.23
81+
uses: pypa/cibuildwheel@v3.0
8282
with:
8383
output-dir: wheelhouse
8484
package-dir: statsmodels

0 commit comments

Comments
 (0)