Skip to content

Commit 7567284

Browse files
authored
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
1 parent cbd9397 commit 7567284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
- {VERSION: "3.13t", NOXSESSION: "tests"}
9898
- {VERSION: "pypy-3.9", NOXSESSION: "tests"}
9999
- {VERSION: "pypy-3.10", NOXSESSION: "tests"}
100+
- {VERSION: "pypy-3.11", NOXSESSION: "tests"}
100101

101102
# MSRV
102103
- {VERSION: "3.13", NOXSESSION: "tests", RUST_VERSION: "1.64.0"}
@@ -140,6 +141,7 @@ jobs:
140141
- {IMAGE: "alpine", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
141142
- {IMAGE: "alpine:aarch64", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"}
142143
- {IMAGE: "ubuntu-rolling:aarch64", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"}
144+
- {IMAGE: "ubuntu-rolling:armv7l", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"}
143145
name: "${{ matrix.IMAGE.NOXSESSION }} on ${{ matrix.IMAGE.IMAGE }}"
144146
steps:
145147
- name: Ridiculous alpine workaround for actions support on arm64

0 commit comments

Comments
 (0)