Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ jobs:
manylinux: manylinux_2_31
- arch: loongarch64
manylinux: manylinux_2_36
- arch: riscv64
manylinux: manylinux_2_39
- arch: x86_64
manylinux: musllinux_1_2
- arch: i686
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ Docker image repository: [messense/manylinux_2_36-cross], based on Ubuntu 22.04
| ------------ | --------------- | ------------------------------------------ | ---------------------- |
| loongarch64 | loongarch64 | `/opt/python/cp3[7-13]`, built from source | Python 3.7 - 3.13 |

## manylinux_2_39

Docker image repository: [messense/manylinux_2_39-cross], based on Ubuntu 22.04 with **GCC 14.2.0**.

| Architecture | Tag | Target Python | Host Python |
| ------------ | --------------- | ------------------------------------------ | ---------------------- |
| riscv64 | riscv64 | Copied from manylinux_2_39_riscv64 | Python 3.7 - 3.13 |

## Environment variables

Following list of environment variables are set:
Expand All @@ -68,3 +76,4 @@ Following list of environment variables are set:
[messense/manylinux_2_28-cross]: https://hub.docker.com/r/messense/manylinux_2_28-cross
[messense/manylinux_2_31-cross]: https://hub.docker.com/r/messense/manylinux_2_31-cross
[messense/manylinux_2_36-cross]: https://hub.docker.com/r/messense/manylinux_2_36-cross
[messense/manylinux_2_39-cross]: https://hub.docker.com/r/messense/manylinux_2_39-cross
Loading