From 635c669b2508045deb722bd96c516660d7d7c53e Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Thu, 12 Mar 2026 08:12:56 +0100 Subject: [PATCH] ci: add riscv64 target to linux wheel build matrix --- .github/workflows/python-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index a7513f8c13..ff01d43541 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -98,6 +98,10 @@ jobs: platform: linux target: s390x interpreter: 3.9 3.10 3.11 3.12 3.13 + - os: ubuntu + platform: linux + target: riscv64 + interpreter: 3.9 3.10 3.11 3.12 3.13 exclude: - os: windows target: aarch64