Skip to content

Commit 4a7e951

Browse files
committed
add python 3.14 in ci test matrix
1 parent 3f0dc12 commit 4a7e951

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
strategy:
105105
fail-fast: false
106106
matrix:
107-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"]
107+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.10"]
108108
os: [ubuntu-latest, macos-latest, windows-latest]
109109
exclude:
110110
- os: windows-latest
@@ -143,7 +143,7 @@ jobs:
143143
tox -e cov -- --md-report-output "${REPORT_OUTPUT}"
144144
145145
- run: ls -alR
146-
if : ${{ matrix.os != 'windows-latest' }}
146+
if: ${{ matrix.os != 'windows-latest' }}
147147

148148
- name: Output reports to the job summary when tests fail
149149
if: failure()

0 commit comments

Comments
 (0)