diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 1b9ca6d..6fc76a7 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -60,7 +60,7 @@ jobs: platforms: all - name: Build wheels (Default) - uses: pypa/cibuildwheel@v3.1 + uses: pypa/cibuildwheel@v3.2 if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13') with: output-dir: wheelhouse @@ -71,7 +71,7 @@ jobs: - name: Build wheels (MacOS x86_64) if: matrix.os == 'macos-13' - uses: pypa/cibuildwheel@v3.1 + uses: pypa/cibuildwheel@v3.2 with: output-dir: wheelhouse package-dir: statsmodels @@ -81,7 +81,7 @@ jobs: - name: Build Pyodide wheel if: matrix.python_impl == 'Pyodide' - uses: pypa/cibuildwheel@v3.1 + uses: pypa/cibuildwheel@v3.2 with: output-dir: wheelhouse package-dir: statsmodels