We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575a4da commit bf3b10aCopy full SHA for bf3b10a
.github/workflows/python-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- python-version: [ '3.12', '3.13' ]
+ python-version: [ '3.12', '3.13' , '3.14' ]
21
steps:
22
- uses: actions/checkout@v4
23
@@ -69,4 +69,4 @@ jobs:
69
if grep -q 'failures="[1-9]' tests/python/junit-${{ matrix.python-version }}.xml; then
70
echo "::error ::Unit tests failed. See above for details."
71
exit 1
72
- fi
+ fi
0 commit comments