Skip to content

Commit ee7dce8

Browse files
authored
Add manylinux_2_39_riscv64 (#114)
1 parent 01d9d28 commit ee7dce8

File tree

5 files changed

+1245
-0
lines changed

5 files changed

+1245
-0
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ jobs:
169169
manylinux: manylinux_2_31
170170
- arch: loongarch64
171171
manylinux: manylinux_2_36
172+
- arch: riscv64
173+
manylinux: manylinux_2_39
172174
- arch: x86_64
173175
manylinux: musllinux_1_2
174176
- arch: i686

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ Docker image repository: [messense/manylinux_2_36-cross], based on Ubuntu 22.04
5252
| ------------ | --------------- | ------------------------------------------ | ---------------------- |
5353
| loongarch64 | loongarch64 | `/opt/python/cp3[7-13]`, built from source | Python 3.7 - 3.13 |
5454

55+
## manylinux_2_39
56+
57+
Docker image repository: [messense/manylinux_2_39-cross], based on Ubuntu 22.04 with **GCC 14.2.0**.
58+
59+
| Architecture | Tag | Target Python | Host Python |
60+
| ------------ | --------------- | ------------------------------------------ | ---------------------- |
61+
| riscv64 | riscv64 | Copied from manylinux_2_39_riscv64 | Python 3.7 - 3.13 |
62+
5563
## Environment variables
5664

5765
Following list of environment variables are set:
@@ -68,3 +76,4 @@ Following list of environment variables are set:
6876
[messense/manylinux_2_28-cross]: https://hub.docker.com/r/messense/manylinux_2_28-cross
6977
[messense/manylinux_2_31-cross]: https://hub.docker.com/r/messense/manylinux_2_31-cross
7078
[messense/manylinux_2_36-cross]: https://hub.docker.com/r/messense/manylinux_2_36-cross
79+
[messense/manylinux_2_39-cross]: https://hub.docker.com/r/messense/manylinux_2_39-cross

0 commit comments

Comments
 (0)