Closed polm closed 7 months ago
This worked!
For Linux and Windows, the versions of Python to build wheels for are specified in the config. For OSX, the defaults in cibuildwheel are used. Since the version of cibuildwheel is hardcoded, using more recent Python versions required updating it.
It would better to 1. update cibuildwheel automatically, within limits and 2. specify the version range explicity, but for now this is fine.
Hopefully this will add 3.12 builds...?