|
97 | 97 | - uses: actions/setup-python@v5
|
98 | 98 |
|
99 | 99 | - name: Install cibuildwheel
|
100 |
| - run: python -m pip install cibuildwheel==3.1.3 |
| 100 | + run: python -m pip install cibuildwheel==3.1.4 |
101 | 101 |
|
102 | 102 | - name: Build wheels
|
103 | 103 | run: python -m cibuildwheel --output-dir wheelhouse
|
@@ -227,14 +227,32 @@ Changelog
|
227 | 227 |
|
228 | 228 | <!-- [[[cog from readme_changelog import mini_changelog; print(mini_changelog()) ]]] -->
|
229 | 229 |
|
| 230 | +### v3.1.4 |
| 231 | + |
| 232 | +_19 August 2025_ |
| 233 | + |
| 234 | +- ✨ Add a `--clean-cache` command to clean up our cache (#2489) |
| 235 | +- 🛠 Update Python to 3.14rc2 and other patch version bumps (#2542, #2556) |
| 236 | +- 🛠 Update Pyodide to 0.28.2 (#2562, #2558) |
| 237 | +- 🐛 Fix resolution with `pyodide-build` when `dependency-versions` is set (#2548) |
| 238 | +- 🐛 Set `CMAKE_FIND_ROOT_PATH_MODE_PACKAGE` to `BOTH` on Android (#2547) |
| 239 | +- 🐛 Add `patchelf` dependency for platforms that can build Android wheels (#2552) |
| 240 | +- 🐛 Ignore empty values for `CIBW_ARCHS` like most other environment variables (#2541) |
| 241 | +- 💼 The `color` and `suggest_on_error` argparse options are now default in 3.14rc1+ (#2554) |
| 242 | +- 💼 Use the virtualenv release URL instead of blob URL (should be more robust) (#2555) |
| 243 | +- 🧪 For iOS, lowering to macos-14 is needed for now due to issues with GitHub's runner images (#2557) |
| 244 | +- 🧪 Split out platforms iOS and Android in our tests (#2519) |
| 245 | +- 🧪 Fix and enable doctests (#2546) |
| 246 | +- 📚 Improve our docs on free-threading (#2549) |
| 247 | + |
| 248 | + |
230 | 249 | ### v3.1.3
|
231 | 250 |
|
232 | 251 | _1 August 2025_
|
233 | 252 |
|
234 | 253 | - 🐛 Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (#2537)
|
235 |
| -- 🛠 Use pytest-rerunfailures to improve some of our iOS/Android tests (#2527, #2539) |
236 |
| -- 🛠 Remove some GraalPy Windows workarounds in our tests (#2501) |
237 |
| - |
| 254 | +- 🧪 Use pytest-rerunfailures to improve some of our iOS/Android tests (#2527, #2539) |
| 255 | +- 🧪 Remove some GraalPy Windows workarounds in our tests (#2501) |
238 | 256 |
|
239 | 257 |
|
240 | 258 | ### v3.1.2
|
@@ -272,19 +290,10 @@ _23 July 2025_
|
272 | 290 | - 🛠 Fixed a typo in the 3.9 MUSL riscv64 identifier (`cp39-musllinux_ricv64` -> `cp39-musllinux_riscv64`) (#2490)
|
273 | 291 | - 🛠 Mistyping `--only` now shows the correct possibilities, and even suggests near matches on Python 3.14+ (#2499)
|
274 | 292 | - 🛠 Only support one output from the repair step on linux like other platforms; auditwheel fixed this over four years ago! (#2478)
|
275 |
| -- 🛠 We now use pattern matching extensively (#2434) |
| 293 | +- 💼 We now use pattern matching extensively (#2434) |
276 | 294 | - 📚 We now have platform maintainers for our special platforms and interpreters! (#2481)
|
277 | 295 |
|
278 |
| - |
279 |
| - |
280 |
| -### v3.0.1 |
281 |
| - |
282 |
| -_5 July 2025_ |
283 |
| - |
284 |
| -- 🛠 Updates CPython 3.14 prerelease to 3.14.0b3 (#2471) |
285 |
| -- ✨ Adds a CPython 3.14 prerelease iOS build (only when prerelease builds are [enabled](https://cibuildwheel.pypa.io/en/stable/options/#enable)) (#2475) |
286 |
| - |
287 |
| -<!-- [[[end]]] (sum: Fe+mD8YR4+) --> |
| 296 | +<!-- [[[end]]] (sum: loynkRqdzf) --> |
288 | 297 |
|
289 | 298 | ---
|
290 | 299 |
|
|
0 commit comments