Skip to content

Commit 8a09f78

Browse files
committed
bump the gha test-langs workflow to python 3.13, drop 3.10
1 parent 1e73945 commit 8a09f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-langs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, macos-latest]
24-
python-version: ["3.10", "3.11", "3.12"]
24+
python-version: ["3.11", "3.12", "3.13"]
2525
language: ["c", "cxx", "python", "fortran"]
2626

2727
steps:
@@ -47,5 +47,5 @@ jobs:
4747
run: nox -s "test-langs-${{ matrix.python-version }}(lang='${{ matrix.language }}')" --python ${{ matrix.python-version }} --verbose
4848

4949
- name: Coveralls
50-
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
50+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'
5151
uses: AndreMiras/coveralls-python-action@v20201129

0 commit comments

Comments
 (0)