Always target manylinux 2_17 and better pre-upload checks#2393
Merged
MichaReiser merged 3 commits intomainfrom Jan 16, 2026
Merged
Always target manylinux 2_17 and better pre-upload checks#2393MichaReiser merged 3 commits intomainfrom
MichaReiser merged 3 commits intomainfrom
Conversation
0671b4b to
a8ca2fe
Compare
Member
Author
konstin
added a commit
to astral-sh/uv
that referenced
this pull request
Jan 8, 2026
This ensures that changes to the targets are intentional and explicit. The target versions are from https://pypi.org/project/uv/0.9.22/#files See also astral-sh/ty#2393
933d732 to
1399e82
Compare
We currently build for manylinux_2_17, and if this target changes, it should be an intentional, explicit change.
1399e82 to
a8fdb7e
Compare
Member
|
I assume this requires the upstream maturin fix first or is the build failing for another reason? |
Member
Author
|
Yep, on it: PyO3/maturin#2926 |
konstin
added a commit
to astral-sh/uv
that referenced
this pull request
Jan 8, 2026
This ensures that changes to the targets are intentional and explicit, and PyPI compatibility is checked by maturin. The target versions are from https://pypi.org/project/uv/0.9.22/#files See also astral-sh/ty#2393
konstin
added a commit
to astral-sh/uv
that referenced
this pull request
Jan 9, 2026
This ensures that changes to the targets are intentional and explicit, and PyPI compatibility is checked by maturin. The target versions are from https://pypi.org/project/uv/0.9.22/#files See also astral-sh/ty#2393
konstin
added a commit
to astral-sh/uv
that referenced
this pull request
Jan 9, 2026
This ensures that changes to the targets are intentional and explicit, and PyPI compatibility is checked by maturin. The target versions are from https://pypi.org/project/uv/0.9.22/#files See also astral-sh/ty#2393
konstin
added a commit
to astral-sh/ruff
that referenced
this pull request
Jan 9, 2026
This ensures that changes to the targets are intentional and explicit. See also astral-sh/ty#2393 and astral-sh/uv#17358
konstin
added a commit
to astral-sh/uv
that referenced
this pull request
Jan 12, 2026
This ensures that changes to the targets are intentional and explicit, and PyPI compatibility is checked by maturin. The target versions are from https://pypi.org/project/uv/0.9.22/#files See also astral-sh/ty#2393
konstin
added a commit
to astral-sh/uv
that referenced
this pull request
Jan 14, 2026
This ensures that changes to the targets are intentional and explicit, and PyPI compatibility is checked by maturin. The target versions are from https://pypi.org/project/uv/0.9.22/#files See also astral-sh/ty#2393
konstin
added a commit
to astral-sh/uv
that referenced
this pull request
Jan 15, 2026
This ensures that changes to the targets are intentional and explicit, and PyPI compatibility is checked by maturin. The target versions are from https://pypi.org/project/uv/0.9.22/#files See also astral-sh/ty#2393
konstin
added a commit
to astral-sh/uv
that referenced
this pull request
Jan 15, 2026
…#17358) This ensures that changes to the targets are intentional and explicit. The target versions are from https://pypi.org/project/uv/0.9.22/#files See also astral-sh/ty#2393
Member
Author
|
I've verified these changes with testpypi: https://test.pypi.org/project/ty-konsti-test/#files I'll leave merging to the person who makes the release. |
MichaReiser
approved these changes
Jan 16, 2026
Member
I don't know who that will be, but happy to take the blame :sweat Thank you |
ntBre
pushed a commit
to astral-sh/ruff
that referenced
this pull request
Jan 16, 2026
…#22477) This ensures that changes to the targets are intentional and explicit. See also astral-sh/ty#2393 and astral-sh/uv#17358
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.
We currently build for manylinux_2_17, and if this target changes, it should be an intentional, explicit change.
Closes #2389
Closes #2396