Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit e5df830

Browse files
committed
Expand CI matrix to Python 3.10-3.14
1 parent 3b1aaf8 commit e5df830

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
26-
python-version: ['3.10']
26+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2727

2828
steps:
2929
- uses: actions/checkout@v3
@@ -45,6 +45,6 @@ jobs:
4545
run: tox -e pytest -- tests -m end_to_end --cov=./ --cov-report=xml
4646

4747
- name: Upload coverage reports of end-to-end tests.
48-
if: runner.os == 'Linux' && matrix.python-version == '3.10'
48+
if: runner.os == 'Linux' && matrix.python-version == '3.11'
4949
shell: bash -l {0}
5050
run: bash <(curl -s https://codecov.io/bash) -F end_to_end -c

0 commit comments

Comments
 (0)