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

Provide Python 3.13 Musl Linux builds other than x86-64 and arm64 #142

Open
PythonCoderAS opened this issue Nov 9, 2024 · 0 comments
Open

Comments

@PythonCoderAS
Copy link

As of right now, the only musl linux builds for Python 3.13 are for x64-86 and arm64. However, the Docker image supports,

  • linux/amd64
  • linux/arm64/v8
  • linux/386
  • linux/arm/v7
  • linux/arm/v6
  • linux/ppc64le
  • linux/s390x

I see there are manylinux builds for some of these but not musllinux builds. I understand how this can be an oversight, since the matrix of operating systems, libc versions, architectures, and Python versions leads to an insane amount of combinations.

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

No branches or pull requests

1 participant