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