Skip to content

Commit 0cf1b41

Browse files
authored
ci: test on first public release of CPythons (#1056)
* ci: test on first public release of Pythons Signed-off-by: Henry Schreiner <henryfs@princeton.edu> * ci: older Python versions not available on ubuntu-24.04 Signed-off-by: Henry Schreiner <henryfs@princeton.edu> --------- Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent 716beb1 commit 0cf1b41

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
os: [Ubuntu, Windows, macOS]
2626
python_version:
2727
["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy3.8", "pypy3.9", "pypy3.10", "pypy3.11"]
28+
include:
29+
- os: Ubuntu
30+
python_version: "3.11.0"
31+
- os: Ubuntu
32+
python_version: "3.12.0"
33+
- os: Ubuntu
34+
python_version: "3.13.0"
35+
- os: Ubuntu
36+
python_version: "3.14.0"
2837

2938
steps:
3039
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
@@ -39,7 +48,7 @@ jobs:
3948
allow-prereleases: true
4049

4150
- name: Run nox
42-
run: pipx run nox --error-on-missing-interpreters -s tests-${{ matrix.python_version }}
51+
run: pipx run nox -s tests --force-python=${{ matrix.python_version }}
4352

4453
pass:
4554
name: All pass

0 commit comments

Comments
 (0)