Commit 10998cb
committed
Use manylinux_2_28 for both CPython 3.11 and 3.13 ARM64 builds
The PyPA only provides these ARM64 images:
- manylinux2014_aarch64: exists but segfaults under QEMU (CentOS 7 too old)
- manylinux_2_17_aarch64: doesn't exist (unauthorized error)
- manylinux_2_28_aarch64: exists and works perfectly
Final ARM64 wheel matrix (4 wheels):
1. CPython 3.11 - manylinux_2_28_aarch64 (glibc 2.28)
2. CPython 3.13 - manylinux_2_28_aarch64 (glibc 2.28)
3. PyPy 3.11 Bookworm - manylinux_2_36_aarch64 (glibc 2.36)
4. PyPy 3.11 Trixie - manylinux_2_38_aarch64 (glibc 2.38)
Compatibility coverage:
- Raspberry Pi OS 5.7+ (Bookworm, glibc 2.36): ✅
- Raspberry Pi OS 6.0+ (Trixie, glibc 2.38): ✅
- Debian 10+ (glibc 2.28+): ✅
- Ubuntu 18.04+ (glibc 2.27+): ✅
- RHEL 8+ (glibc 2.28+): ✅1 parent a67ccf3 commit 10998cb
1 file changed
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments