There is a newer version of the record available.

Published September 13, 2022 | Version v2.10.0
Software Open

pypa/cibuildwheel: v2.10.0

  • 1. Nord Projects
  • 2. Max Planck Institute for Psycholinguistics & Vrije Universiteit Brussel
  • 3. Princeton University
  • 4. University of Warsaw, Faculty of Mathematics, Informatics, and Mechanics
  • 5. Amazon Web Services
  • 6. @Kitware
  • 7. @TGAC
  • 8. @codicelieve
  • 9. Quansight Labs
  • 10. Yak Shave Inc.
  • 11. University of Washington
  • 12. self
  • 13. Summit Professional Education
  • 14. Software @BulbEnergy

Description

  • 🌟 Adds support for building wheels on Cirrus CI. This is exciting for us, as it's the first public CI platform that natively supports macOS Apple Silicon (aka. M1, arm64) runners. As such, it's the first platform that you can natively build and test macOS arm64 wheels. It also has native Linux ARM (aarch64) runners, for fast, native builds there. (#1191)
  • 🌟 Adds support for running cibuildwheel on Apple Silicon machines. For a while, we've supported cross-compilation of Apple Silicon wheels on x86_64, but now that we have Cirrus CI we can run our test suite and officially support running cibuildwheel on arm64. (#1191)
  • ✨ Adds the --only command line option, to specify a single build to run. Previously, it could be cumbersome to set all the build selection options to target a specific build - for example, you might have to run something like CIBW_BUILD=cp39-manylinux_x86_64 cibuildwheel --platform linux --archs x86_64. The new --only option overrides all the build selection options to simplify running a single build, which now looks like cibuildwheel --only cp39-manylinux_x86_64. (#1098)
  • ✨ Adds the CIBW_CONFIG_SETTINGS option, so you can pass arguments to your package's build backend (#1244)
  • 🛠 Updates the CPython 3.11 version to the latest release candidate - v3.11.0rc2. (#1265)
  • 🐛 Fix a bug that can cause a RecursionError on Windows when building from an sdist. (#1253)
  • 🛠 Add support for the s390x architecture on manylinux_2_28 (#1255)

Files

pypa/cibuildwheel-v2.10.0.zip

Files (305.7 kB)

Name Size Download all
md5:1dfcc479533555feeac2414b7fb4e5f4
305.7 kB Preview Download

Additional details

Related works