break: drop Python 3.7, manylinux2010 & musllinux_1_1#310
Merged
mayeut merged 1 commit intoscikit-build:masterfrom Aug 3, 2025
Merged
break: drop Python 3.7, manylinux2010 & musllinux_1_1#310mayeut merged 1 commit intoscikit-build:masterfrom
mayeut merged 1 commit intoscikit-build:masterfrom
Conversation
This was referenced Jul 26, 2025
There was a problem hiding this comment.
Pull Request Overview
This PR drops support for Python 3.7 and updates Linux build targets from older manylinux2010 and musllinux_1_1 to newer manylinux2014 and musllinux_1_2, aligning with modern Python packaging standards.
- Bump minimum Python version from 3.7 to 3.8
- Update manylinux build images from manylinux2010 to manylinux2014 for x86_64 and i686 architectures
- Update musllinux build images from musllinux_1_1 to musllinux_1_2 for multiple architectures
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updates Python requirement and build images, removes manylinux2010-specific build overrides |
| README.rst | Documents the version support changes for users |
| .github/workflows/build.yml | Updates CI test matrix to use Python 3.8-3.13 instead of 3.7-3.12 |
Comments suppressed due to low confidence (1)
henryiii
approved these changes
Aug 2, 2025
jcfr
approved these changes
Aug 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
backport work done in #301 now that cibuildwheel has been updated in master
@henryiii said
@mayeut replied