Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin rust compiler version to 1.73 for wheel builds (#11267)
* Pin rust compiler version to 1.73 for wheel builds With the release 1.74 on 11-16-2023 the minimum supported macOS version by the Rust compiler is 10.12. For the 0.45.x release series we still support macOS 10.9 (this will change in 1.0 see #10902). To faciliate still publishing wheels that will support macOS 10.9 for any future bugfix releases on 0.45.x release series (and 0.46.x too) this commit pins the rust toolchain version we use to 1.73 which is the last release that support 10.9. * DNM: test wheel builds * Add win32 target * Only pin macOS version * Fix syntax error * Revert "DNM: test wheel builds" This reverts commit 9cbd70f. * Use stable on linux
- Loading branch information