Skip to content

Commit

Permalink
Update minimal manylinux version for loongarch64 (#2451)
Browse files Browse the repository at this point in the history
- pypa/auditwheel#522
- astral-sh/uv#10927

Signed-off-by: 吴小白 <296015668@qq.com>
  • Loading branch information
wojiushixiaobai authored Jan 26, 2025
1 parent 3851c66 commit de6b75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ impl Target {
}
}
Arch::Riscv64 => PlatformTag::Manylinux { x: 2, y: 31 },
Arch::LoongArch64 => PlatformTag::Manylinux { x: 2, y: 36 },
Arch::Armv5teL
| Arch::Armv6L
| Arch::Wasm32
Expand All @@ -474,8 +475,7 @@ impl Target {
| Arch::Mips
| Arch::Powerpc
| Arch::Sparc64
| Arch::Sparcv9
| Arch::LoongArch64 => PlatformTag::Linux,
| Arch::Sparcv9 => PlatformTag::Linux,
}
}

Expand Down

0 comments on commit de6b75e

Please sign in to comment.