Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Python 3.13 when building wheels for CI #909

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

kbattocchi
Copy link
Collaborator

@kbattocchi kbattocchi commented Aug 7, 2024

A recent release of cibuildwheel has started including python 3.13, but scipy hasn't published any 3.13 builds yet (and building from source isn't working due to a fortran compiler issue), so building wheels on 3.13 fails.

That is fine for nightly builds, but bad for CI builds, where "last known good" should extend to versions of python as well as versions of our dependencies. This fixes that issue by tying which versions of python are used by cibuildwheel to whether we're considering LKG status or not.

@kbattocchi kbattocchi requested a review from fverac August 7, 2024 20:55
Signed-off-by: Keith Battocchi <kebatt@microsoft.com>
@kbattocchi kbattocchi force-pushed the kebatt/fixBuildPackage branch from 1f88903 to c8950b4 Compare August 7, 2024 20:55
@kbattocchi kbattocchi marked this pull request as ready for review August 7, 2024 21:15
@kbattocchi kbattocchi merged commit ffffc31 into main Aug 9, 2024
97 of 98 checks passed
@kbattocchi kbattocchi deleted the kebatt/fixBuildPackage branch August 9, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants