- ✨ Add a
--clean-cache
command to clean up our cache (#2489) - 🛠 Update Python to 3.14rc2 and other patch version bumps (#2542, #2556)
- 🛠 Update Pyodide to 0.28.2 (#2562, #2558)
- 🐛 Fix resolution with
pyodide-build
whendependency-versions
is set (#2548) - 🐛 Set
CMAKE_FIND_ROOT_PATH_MODE_PACKAGE
toBOTH
on Android (#2547) - 🐛 Add
patchelf
dependency for platforms that can build Android wheels (#2552) - 🐛 Ignore empty values for
CIBW_ARCHS
like most other environment variables (#2541) - 💼 The
color
andsuggest_on_error
argparse options are now default in 3.14rc1+ (#2554) - 💼 Use the virtualenv release URL instead of blob URL (should be more robust) (#2555)
- 🧪 For iOS, lowering to macos-14 is needed for now due to issues with GitHub's runner images (#2557)
- 🧪 Split out platforms iOS and Android in our tests (#2519)
- 🧪 Fix and enable doctests (#2546)
- 📚 Improve our docs on free-threading (#2549)