|
10 | 10 | runs-on: ubuntu-latest
|
11 | 11 | strategy:
|
12 | 12 | 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'] |
14 | 14 | steps:
|
15 | 15 | - uses: styfle/cancel-workflow-action@main
|
16 | 16 | with:
|
|
20 | 20 | python-version: 3
|
21 | 21 | - run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
|
22 | 22 | working-directory: /usr/local/bin
|
23 |
| - - run: pip install transifex-python |
| 23 | + - run: pip install requests cogapp polib transifex-python sphinx-intl blurb six |
24 | 24 | - uses: actions/checkout@master
|
25 | 25 | with:
|
26 | 26 | ref: ${{ matrix.version }}
|
|
46 | 46 | runs-on: ubuntu-latest
|
47 | 47 | strategy:
|
48 | 48 | 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'] |
50 | 50 | format: [html, latex]
|
51 | 51 | needs: ['update-translation']
|
52 | 52 | steps:
|
|
75 | 75 | runs-on: ubuntu-latest
|
76 | 76 | strategy:
|
77 | 77 | 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'] |
79 | 79 | needs: ['build-translation']
|
80 | 80 | steps:
|
81 | 81 | - uses: actions/download-artifact@master
|
|
0 commit comments