Skip to content

Commit f0acfa9

Browse files
authored
Fix missing dependency. Add version 3.13 (#21)
Fix missing dependency. Add version 3.13
1 parent fb0551b commit f0acfa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-and-build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
13+
version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1414
steps:
1515
- uses: styfle/cancel-workflow-action@main
1616
with:
@@ -20,7 +20,7 @@ jobs:
2020
python-version: 3
2121
- run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
2222
working-directory: /usr/local/bin
23-
- run: pip install transifex-python
23+
- run: pip install requests cogapp polib transifex-python sphinx-intl blurb six
2424
- uses: actions/checkout@master
2525
with:
2626
ref: ${{ matrix.version }}
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
strategy:
4848
matrix:
49-
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
49+
version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
5050
format: [html, latex]
5151
needs: ['update-translation']
5252
steps:
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
strategy:
7777
matrix:
78-
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
78+
version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
7979
needs: ['build-translation']
8080
steps:
8181
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)