We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2c9b6f + 8ce170f commit 370f1e5Copy full SHA for 370f1e5
.github/workflows/linux.yml
@@ -53,14 +53,17 @@ jobs:
53
runs-on: ubuntu-latest
54
env:
55
MESON_ARGS: "-Dallow-noblas=true -Dcpu-baseline=none -Dcpu-dispatch=none"
56
+ strategy:
57
+ matrix:
58
+ version: ["3.10", "3.11", "3.12", "3.13-dev"]
59
steps:
60
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
61
with:
62
submodules: recursive
63
fetch-tags: true
64
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
65
- python-version: '3.10'
66
+ python-version: ${{ matrix.version }}
67
- uses: ./.github/meson_actions
68
69
pypy:
0 commit comments