Skip to content

Commit cd54017

Browse files
authored
Replaced the version number
1 parent 8dd9372 commit cd54017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-translation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
version: [ '3.14' ]
37+
version: [ '3.13' ]
3838
format: [ html, latex ]
3939
steps:
4040
- uses: actions/setup-python@master
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
strategy:
6767
matrix:
68-
version: [ '3.14' ]
68+
version: [ '3.13' ]
6969
needs: [ 'build-translation' ]
7070
steps:
7171
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)