From 7567284964cfaa67d4a11b1ca39c87d5af8dd301 Mon Sep 17 00:00:00 2001 From: Alexander Nestorov Date: Wed, 26 Feb 2025 21:25:30 +0100 Subject: [PATCH] Add PyPy 3.11 and armv7l to matrix runner (#983) * Add PyPy 3.11 and armv7l to matrix runner * Reorder versions / remove noconverage NOX session --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a39961f..de20ce3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,6 +97,7 @@ jobs: - {VERSION: "3.13t", NOXSESSION: "tests"} - {VERSION: "pypy-3.9", NOXSESSION: "tests"} - {VERSION: "pypy-3.10", NOXSESSION: "tests"} + - {VERSION: "pypy-3.11", NOXSESSION: "tests"} # MSRV - {VERSION: "3.13", NOXSESSION: "tests", RUST_VERSION: "1.64.0"} @@ -140,6 +141,7 @@ jobs: - {IMAGE: "alpine", NOXSESSION: "tests", RUNNER: "ubuntu-latest"} - {IMAGE: "alpine:aarch64", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"} - {IMAGE: "ubuntu-rolling:aarch64", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"} + - {IMAGE: "ubuntu-rolling:armv7l", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"} name: "${{ matrix.IMAGE.NOXSESSION }} on ${{ matrix.IMAGE.IMAGE }}" steps: - name: Ridiculous alpine workaround for actions support on arm64