Skip to content

Commit 22148d1

Browse files
authored
Add Python versions 3.13 and 3.14 to CI workflow
Upper limit removed in #826
1 parent 0c375d4 commit 22148d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
max-parallel: 4
1212
matrix:
1313
os: [ubuntu-latest, macos-latest]
14-
python-version: ["3.10", "3.11", "3.12"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1515
steps:
1616
- uses: actions/checkout@v6
1717
- name: Set up Python ${{ matrix.python-version }}
@@ -48,7 +48,7 @@ jobs:
4848
# Only upload coverage for the latest Python version on Ubuntu
4949
#- name: Upload coverage reports to Codecov
5050
# uses: codecov/codecov-action@v5
51-
# if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
51+
# if: matrix.python-version == '3.14' && matrix.os == 'ubuntu-latest'
5252
# with:
5353
# token: ${{ secrets.CODECOV_TOKEN }}
5454
# slug: tanghaibao/jcvi

0 commit comments

Comments
 (0)