Skip to content

Commit 370f1e5

Browse files
authored
Merge pull request numpy#26284 from ngoldbaum/more-smoke-tests
TST: run the smoke tests on more python versions
2 parents f2c9b6f + 8ce170f commit 370f1e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,17 @@ jobs:
5353
runs-on: ubuntu-latest
5454
env:
5555
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"]
5659
steps:
5760
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5861
with:
5962
submodules: recursive
6063
fetch-tags: true
6164
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
6265
with:
63-
python-version: '3.10'
66+
python-version: ${{ matrix.version }}
6467
- uses: ./.github/meson_actions
6568

6669
pypy:

0 commit comments

Comments
 (0)