Skip to content

Commit 4a591fc

Browse files
Bump pypa/cibuildwheel from 3.1 to 3.2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.1 to 3.2. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.1...v3.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac63bfc commit 4a591fc

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
@@ -60,7 +60,7 @@ jobs:
6060
platforms: all
6161

6262
- name: Build wheels (Default)
63-
uses: pypa/cibuildwheel@v3.1
63+
uses: pypa/cibuildwheel@v3.2
6464
if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')
6565
with:
6666
output-dir: wheelhouse
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Build wheels (MacOS x86_64)
7373
if: matrix.os == 'macos-13'
74-
uses: pypa/cibuildwheel@v3.1
74+
uses: pypa/cibuildwheel@v3.2
7575
with:
7676
output-dir: wheelhouse
7777
package-dir: statsmodels
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Build Pyodide wheel
8383
if: matrix.python_impl == 'Pyodide'
84-
uses: pypa/cibuildwheel@v3.1
84+
uses: pypa/cibuildwheel@v3.2
8585
with:
8686
output-dir: wheelhouse
8787
package-dir: statsmodels

0 commit comments

Comments
 (0)