Skip to content

Commit 1743d21

Browse files
authored
Merge pull request #199 from MacPython/dependabot/github_actions/pypa/cibuildwheel-3.3
Bump pypa/cibuildwheel from 3.2 to 3.3
2 parents 40fd7f5 + 9fee748 commit 1743d21

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)