Skip to content

Commit 408323a

Browse files
authored
Restrict Python version to '3.14' in CI workflow
Updated Python version matrix to only include '3.14'.
1 parent 11e6240 commit 408323a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-build.yml

Lines changed: 3 additions & 3 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.14', '3.13', '3.12' ]
17+
version: [ '3.14' ]
1818
format: [ html, latex ]
1919
steps:
2020
- uses: actions/setup-python@master
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
strategy:
4747
matrix:
48-
version: [ '3.14', '3.13', '3.12' ]
48+
version: [ '3.14' ]
4949
needs: [ 'build-translation' ]
5050
steps:
5151
- uses: actions/download-artifact@master
@@ -57,4 +57,4 @@ jobs:
5757
- uses: actions/upload-artifact@master
5858
with:
5959
name: build-${{ matrix.version }}-pdf
60-
path: .
60+
path: .

0 commit comments

Comments
 (0)