Skip to content

Commit b1e4d5f

Browse files
authored
feat: use a manylinux_2_35 compatible image for riscv64 (#623)
This ubuntu based image provides better compatibility than the default `manylinux_2_39` pypa/manylinux image.
1 parent 90229b0 commit b1e4d5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following platforms are supported with binary wheels:
6868
| Linux IBM Z | | manylinux2014+ s390x |
6969
| | | musllinux_1_1+ s390x |
7070
+---------------+---------------------------+
71-
| Linux RISC-V | | manylinux_2_39+ riscv64 |
71+
| Linux RISC-V | | manylinux_2_35+ riscv64 |
7272
| | | musllinux_1_2+ riscv64 |
7373
+---------------+---------------------------+
7474
| macOS 10.10+ | Intel |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ manylinux-aarch64-image = "manylinux2014"
108108
manylinux-ppc64le-image = "manylinux2014"
109109
manylinux-s390x-image = "manylinux2014"
110110
manylinux-armv7l-image = "manylinux_2_31"
111-
manylinux-riscv64-image = "manylinux_2_39"
111+
manylinux-riscv64-image = "ghcr.io/mayeut/manylinux_2_35:2025.08.02-2"
112112
musllinux-x86_64-image = "quay.io/pypa/musllinux_1_1_x86_64:2024.10.26-1"
113113
musllinux-i686-image = "quay.io/pypa/musllinux_1_1_i686:2024.10.26-1"
114114
musllinux-aarch64-image = "quay.io/pypa/musllinux_1_1_aarch64:2024.10.26-1"

0 commit comments

Comments
 (0)