Skip to content

Commit 9fee748

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 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.2
63+
uses: pypa/cibuildwheel@v3.3
6464
if: (matrix.python_impl != 'Pyodide')
6565
with:
6666
output-dir: wheelhouse
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Build Pyodide wheel
7272
if: matrix.python_impl == 'Pyodide'
73-
uses: pypa/cibuildwheel@v3.2
73+
uses: pypa/cibuildwheel@v3.3
7474
with:
7575
output-dir: wheelhouse
7676
package-dir: statsmodels

0 commit comments

Comments
 (0)