We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a14ad4 + 708db56 commit eed3294Copy full SHA for eed3294
1 file changed
.github/workflows/build-wheels.yml
@@ -60,7 +60,7 @@ jobs:
60
platforms: all
61
62
- name: Build wheels (Default)
63
- uses: pypa/cibuildwheel@v3.3
+ uses: pypa/cibuildwheel@v3.4
64
if: (matrix.python_impl != 'Pyodide')
65
with:
66
output-dir: wheelhouse
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Build Pyodide wheel
72
if: matrix.python_impl == 'Pyodide'
73
74
75
76
package-dir: statsmodels
0 commit comments