From 8783591b63d9cdbc625542cdde4ffd66e69e7ed7 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Tue, 12 May 2026 08:37:01 +0100 Subject: [PATCH] ci: add jobs for 3.14t on aarch64 windows and ubuntu --- .github/workflows/ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bc7c89b93c..8769c75d5ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -352,6 +352,14 @@ jobs: python-architecture: "arm64", rust-target: "aarch64-unknown-linux-gnu", } + - rust: stable + python-version: "3.14t" + platform: + { + os: "ubuntu-24.04-arm", + python-architecture: "arm64", + rust-target: "aarch64-unknown-linux-gnu", + } - rust: stable python-version: "3.14" platform: @@ -360,6 +368,14 @@ jobs: python-architecture: "arm64", rust-target: "aarch64-pc-windows-msvc", } + - rust: stable + python-version: "3.14t" + platform: + { + os: "windows-11-arm", + python-architecture: "arm64", + rust-target: "aarch64-pc-windows-msvc", + } exclude: # arm64 macOS Python not available on GitHub Actions until 3.10 - rust: stable