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.
1 parent 1e73945 commit 8a09f78Copy full SHA for 8a09f78
.github/workflows/test-langs.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: [ubuntu-latest, macos-latest]
24
- python-version: ["3.10", "3.11", "3.12"]
+ python-version: ["3.11", "3.12", "3.13"]
25
language: ["c", "cxx", "python", "fortran"]
26
27
steps:
@@ -47,5 +47,5 @@ jobs:
47
run: nox -s "test-langs-${{ matrix.python-version }}(lang='${{ matrix.language }}')" --python ${{ matrix.python-version }} --verbose
48
49
- name: Coveralls
50
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
+ if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'
51
uses: AndreMiras/coveralls-python-action@v20201129
0 commit comments