We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f839f commit 2f80de7Copy full SHA for 2f80de7
src/packaging/_manylinux.py
@@ -55,7 +55,7 @@ def _have_compatible_abi(executable: str, arch: str) -> bool:
55
return _is_linux_armhf(executable)
56
if arch == "i686":
57
return _is_linux_i686(executable)
58
- return arch in {"x86_64", "aarch64", "ppc64", "ppc64le", "s390x"}
+ return arch in {"x86_64", "aarch64", "ppc64", "ppc64le", "s390x", "loongarch64"}
59
60
61
# If glibc ever changes its major version, we need to know what the last
0 commit comments