Skip to content

Commit 8c69c79

Browse files
committed
change to branch 3.15 and 3.14
1 parent b97359d commit 8c69c79

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/po-lint.yml

Lines changed: 1 addition & 1 deletion
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.15', '3.14' ]
1818
continue-on-error: true
1919
steps:
2020
- uses: actions/setup-python@master

.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.14', '3.13', '3.12' ]
17+
version: [ '3.15', '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.15', '3.14' ]
4949
needs: [ 'build-translation' ]
5050
steps:
5151
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)