We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
We haven't added support yet (briefly noted in #443)
Sorry, something went wrong.
a870b62
Include Python 3.14 in published musl distributions (#582)
50e3f68
Follows #558
geofft
Successfully merging a pull request may close this issue.
It seems the musl builds for 3.14 are missing:
Thanks!
The text was updated successfully, but these errors were encountered: