Skip to content

Add python 3.14 musl distributions #558

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

Closed
Finkregh opened this issue Mar 14, 2025 · 1 comment · Fixed by #568
Closed

Add python 3.14 musl distributions #558

Finkregh opened this issue Mar 14, 2025 · 1 comment · Fixed by #568
Assignees

Comments

@Finkregh
Copy link

It seems the musl builds for 3.14 are missing:

97a354aefc2e:/# uv --version
uv 0.6.6
97a354aefc2e:/# cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.21.2
PRETTY_NAME="Alpine Linux v3.21"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
97a354aefc2e:/# uv python list --all-versions --all-platforms --all-arches --only-downloads | grep 3.13 | grep musl
cpython-3.13.2-linux-x86_64_v4-musl                    <download available>
cpython-3.13.2-linux-x86_64_v3-musl                    <download available>
cpython-3.13.2-linux-x86_64_v2-musl                    <download available>
cpython-3.13.2-linux-x86_64-musl                       <download available>
97a354aefc2e:/# uv python list --all-versions --all-platforms --all-arches --only-downloads | grep 3.14 | grep musl

Thanks!

@zanieb
Copy link
Member

zanieb commented Mar 16, 2025

We haven't added support yet (briefly noted in #443)

@zanieb zanieb changed the title python 3.14 musl builds missing Add python 3.14 musl distributions Mar 16, 2025
@zanieb zanieb closed this as completed in a870b62 Mar 20, 2025
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 a pull request may close this issue.

3 participants