Skip to content

v2.18.0

Compare
Choose a tag to compare
@henryiii henryiii released this 12 May 04:18
· 17 commits to main since this release
  • ✨ Adds CPython 3.13 support, under the prerelease flag CIBW_PRERELEASE_PYTHONS. This version of cibuildwheel uses 3.13.0b1. Free-threading mode is not available yet (#1657), waiting on official binaries (planned for beta 2) and pip support.
    While CPython is in beta, the ABI can change, so your wheels might not be compatible with the final release. For this reason, we don't recommend distributing wheels until RC1, at which point 3.13 will be available in cibuildwheel without the flag. (#1815)
  • ✨ Musllinux now defaults to musllinux_1_2. You can set the older musllinux_1_1 via config if needed. (#1817)
  • πŸ›  No longer pre-seed setuptools/wheel in virtual environments (#1819)
  • πŸ›  Respect the constraints file when building with pip, matching build (#1818)
  • πŸ›  Use uv to compile our pinned dependencies, 10x faster and doesn't require special setup (#1778)
  • πŸ› Fix an issue with the schema (#1788)
  • πŸ“š Document the new delocate error checking macOS versions (#1766)
  • πŸ“š Document Rust builds (#1816)
  • πŸ“š Speed up our readthedocs builds with uv, 26 seconds -> 6 seconds to install dependencies (#1816)