Skip to content

Commit 5014eb8

Browse files
committed
Add Python 3.13 and 3.14 to CI matrix
Extend the pytest matrix in both ci-dev.yml and ci-stable.yml from 3.10/3.11/3.12 to also cover 3.13 and 3.14.
1 parent 8dd5e42 commit 5014eb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
python-version: [ "3.10", "3.11", "3.12" ]
40+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/ci-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
python-version: [ "3.10", "3.11", "3.12" ]
40+
python-version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
4141
steps:
4242
- uses: actions/checkout@v4
4343
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)