Skip to content

v2.16.2

Compare
Choose a tag to compare
@joerick joerick released this 03 Oct 19:08
· 185 commits to main since this release
  • πŸ›  Updates CPython 3.12 version to 3.12.0, final release (#1635)
  • ✨ Adds a debug option CIBW_DEBUG_KEEP_CONTAINER to stop cibuildwheel deleting build containers after the build finishes. (#1620)
  • πŸ“š Adds support for [tool.cibuildwheel] checking by adding a schema compatible with the validate-pyproject tool (#1622, #1628, #1629)
  • πŸ› Fix parsing of CIBW_CONTAINER_ENGINE and CIBW_BUILD_FRONTEND options to not break arguments on : characters (#1621)
  • πŸ› Fix the evaluation order of CIBW_ENVIRONMENT and CIBW_ENVIRONMENT_PASS so that CIBW_ENVIRONMENT assignments can reference environment variables passed through from the host machine. (#1617)
  • πŸ›  Supports manylinux images' deferred installation of interpreters through the manylinux-interpreters tool (#1630)