| 
24 | 24 |             os: ubuntu-latest  | 
25 | 25 |             python_impl: Pyodide  | 
26 | 26 |     env:  | 
27 |  | -      BUILD_COMMIT: "v0.14.4"  # or a specific version, e.g., v0.13.1  | 
 | 27 | +      BUILD_COMMIT: "v0.14.5"  # or a specific version, e.g., v0.13.1  | 
28 | 28 |       CIBW_BUILD: ${{ matrix.python }}-*  | 
29 | 29 |       CIBW_ARCHS_LINUX: "x86_64 aarch64"  | 
30 | 30 |       # No support for pypy, musl, Win32 for 3.10+  | 
 | 
56 | 56 |           platforms: all  | 
57 | 57 | 
 
  | 
58 | 58 |       - name: Build wheels (Default)  | 
59 |  | -        uses: pypa/cibuildwheel@v2.21  | 
 | 59 | +        uses: pypa/cibuildwheel@v3.0  | 
60 | 60 |         if: (matrix.python_impl != 'Pyodide') && (matrix.os != 'macos-13')  | 
61 | 61 |         with:  | 
62 | 62 |           output-dir: wheelhouse  | 
 | 
67 | 67 | 
 
  | 
68 | 68 |       - name: Build wheels (MacOS x86_64)  | 
69 | 69 |         if: matrix.os == 'macos-13'  | 
70 |  | -        uses: pypa/cibuildwheel@v2.21  | 
 | 70 | +        uses: pypa/cibuildwheel@v3.0  | 
71 | 71 |         with:  | 
72 | 72 |           output-dir: wheelhouse  | 
73 | 73 |           package-dir: statsmodels  | 
 | 
77 | 77 | 
 
  | 
78 | 78 |       - name: Build Pyodide wheel  | 
79 | 79 |         if: matrix.python_impl == 'Pyodide'  | 
80 |  | -        uses: pypa/cibuildwheel@v2.21  | 
 | 80 | +        uses: pypa/cibuildwheel@v3.0  | 
81 | 81 |         with:  | 
82 | 82 |           output-dir: wheelhouse  | 
83 | 83 |           package-dir: statsmodels  | 
@@ -127,7 +127,7 @@ jobs:  | 
127 | 127 |           if [ ${ANACONDA_UPLOAD} == true ]; then  | 
128 | 128 |             # main branches of these two packages  | 
129 | 129 |             python --version  | 
130 |  | -            python -m pip install "cython<3"  | 
 | 130 | +            python -m pip install "cython<3" packaging  | 
131 | 131 |             python -m pip list  | 
132 | 132 |             python -m pip install git+https://github.com/bashtage/clyent.git  | 
133 | 133 |             python -m pip install git+https://github.com/Anaconda-Server/anaconda-client.git  | 
 | 
0 commit comments