You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As of right now, the only musl linux builds for Python 3.13 are for x64-86 and arm64. However, the Docker image supports,
I see there are
manylinux
builds for some of these but notmusllinux
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.The text was updated successfully, but these errors were encountered: