Skip to content

v3.3.0

Latest

Choose a tag to compare

@joerick joerick released this 12 Nov 19:28
· 9 commits to main since this release
  • πŸ› Fix an incompatibility with Docker v29 (#2660)
  • ✨ Adds test-runtime option, to customise how tests on simulated/emulated environments are run (#2636)
  • ✨ Adds support for new manylinux_2_35 images on 32-bit ARM armv7l, offering better C++20 compatibility (#2656)
  • ✨ build[uv] is now supported on Android (#2587)
  • ✨ You can now install extras (such as uv) with a simple option on the GitHub Action (#2630)
  • ✨ {project} and {package} placeholders are now supported in repair-wheel-command (#2589)
  • πŸ›  The versions set with dependency-versions no longer constrain packages specified by your build-system.requires. Previously, on platforms other than Linux, the constraints in this option would remain in the environment during the build. This has been tidied up make behaviour more consistent between platforms, and to prevent version conflicts. (#2583)
  • πŸ›  Improve the handling of test-command on Android, enabling more options to be passed (#2590)
  • πŸ“š Docs improvements (#2618)