- ⚠️ Building for the experimental CPython 3.13 free-threading variant is now deprecated. That functionality will be removed in the next minor release. The
enableoptioncpython-freethreadingis therefore also deprecated. Builds specifyingenable = "all"no longer selectcpython-freethreading. CPython 3.14 free-threading support remains available without theenableflag. (#2787) - 🐛 iOS builds will no longer skip
repair-wheel-commandif it's defined in config (#2761) - 🐛 Fix bug causing
uvto fail when environments define PYTHON_VERSION or UV_PYTHON, conflicting with our venvs (#2795) - ✨ cibuildwheel prints the selected build identifiers at the start of the build. (#2785)
- 🔐 The GitHub Action now references other actions with a full SHA (#2744)