Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix missing dependency. Add version 3.13 #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/update-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: styfle/cancel-workflow-action@main
with:
Expand All @@ -20,7 +20,7 @@ jobs:
python-version: 3
- run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
working-directory: /usr/local/bin
- run: pip install transifex-python
- run: pip install requests cogapp polib transifex-python sphinx-intl blurb six
- uses: actions/checkout@master
with:
ref: ${{ matrix.version }}
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
format: [html, latex]
needs: ['update-translation']
steps:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['3.8', '3.9', '3.10', '3.11', '3.12']
version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
needs: ['build-translation']
steps:
- uses: actions/download-artifact@master
Expand Down