Skip to content

Commit c033a2c

Browse files
authored
Add Python version 3.14 to workflow matrix
1 parent fad3668 commit c033a2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
version: [ '3.15' ] # version: [ '3.15', '3.14' ]
17+
version: [ '3.15', '3.14' ]
1818
format: [ html, latex ]
1919
steps:
2020
- uses: actions/setup-python@master
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
strategy:
4949
matrix:
50-
version: [ '3.15' ] # version: [ '3.15', '3.14' ]
50+
version: [ '3.15', '3.14' ]
5151
needs: [ 'build-translation' ]
5252
steps:
5353
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)