Skip to content

Commit 503fdfd

Browse files
Add Python 3.14 test coverage (#102)
1 parent 575a4da commit 503fdfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
python-version: [ '3.12', '3.13' ]
20+
python-version: [ '3.12', '3.13' , '3.14' ]
2121
steps:
2222
- uses: actions/checkout@v4
2323

@@ -69,4 +69,4 @@ jobs:
6969
if grep -q 'failures="[1-9]' tests/python/junit-${{ matrix.python-version }}.xml; then
7070
echo "::error ::Unit tests failed. See above for details."
7171
exit 1
72-
fi
72+
fi

0 commit comments

Comments
 (0)