|
97 | 97 | - uses: actions/setup-python@v5
|
98 | 98 |
|
99 | 99 | - name: Install cibuildwheel
|
100 |
| - run: python -m pip install cibuildwheel==3.1.1 |
| 100 | + run: python -m pip install cibuildwheel==3.1.2 |
101 | 101 |
|
102 | 102 | - name: Build wheels
|
103 | 103 | run: python -m cibuildwheel --output-dir wheelhouse
|
@@ -227,6 +227,20 @@ Changelog
|
227 | 227 |
|
228 | 228 | <!-- [[[cog from readme_changelog import mini_changelog; print(mini_changelog()) ]]] -->
|
229 | 229 |
|
| 230 | +### v3.1.2 |
| 231 | + |
| 232 | +_29 July 2025_ |
| 233 | + |
| 234 | +- ⚠️ Add an error if `CIBW_FREE_THREADING_SUPPORT` is set; you are likely missing 3.13t wheels, please use the `enable`/`CIBW_ENABLE` (#2520) |
| 235 | +- 🛠 `riscv64` now enabled if you target that architecture, it's now supported on PyPI (#2509) |
| 236 | +- 🛠 Add warning when using `cpython-experimental-riscv64` (no longer needed) (#2526, #2528) |
| 237 | +- 🛠 iOS versions bumped, fixing issues with 3.14 (now RC 1) (#2530) |
| 238 | +- 🐛 Fix bug in Android running wheel from our GitHub Action (#2517) |
| 239 | +- 🐛 Fix warning when using `test-skip` of `"*-macosx_universal2:arm64"` (#2522) |
| 240 | +- 🐛 Fix incorrect number of wheels reported in logs, again (#2517) |
| 241 | +- 📚 We welcome our Android platform maintainer (#2516) |
| 242 | + |
| 243 | + |
230 | 244 | ### v3.1.1
|
231 | 245 |
|
232 | 246 | _24 July 2025_
|
@@ -298,13 +312,7 @@ See @henryiii's [release post](https://iscinumpy.dev/post/cibuildwheel-3-0-0/) f
|
298 | 312 | - 📚 Docs now primarily use the pyproject.toml name of options, rather than the environment variable name. (#2389)
|
299 | 313 | - 📚 README table now matches docs and auto-updates. (#2427, #2428)
|
300 | 314 |
|
301 |
| -### v2.23.3 |
302 |
| - |
303 |
| -_26 April 2025_ |
304 |
| - |
305 |
| -- 🛠 Dependency updates, including Python 3.13.3 (#2371) |
306 |
| - |
307 |
| -<!-- [[[end]]] (sum: K97aJ+f0EX) --> |
| 315 | +<!-- [[[end]]] (sum: sVC5DNuhaF) --> |
308 | 316 |
|
309 | 317 | ---
|
310 | 318 |
|
|
0 commit comments