From 77a90f039cd9ec8c984a8281f2c98839a38b7db0 Mon Sep 17 00:00:00 2001 From: Dmytro Kazanzhy Date: Tue, 4 Feb 2025 00:14:45 +0000 Subject: [PATCH 1/2] Fix missing dependency --- .github/workflows/update-and-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-and-build.yml b/.github/workflows/update-and-build.yml index 45b0a8fd8..85ad93f8c 100644 --- a/.github/workflows/update-and-build.yml +++ b/.github/workflows/update-and-build.yml @@ -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 }} From a0a89ad9c9c7eb764ffad269e92d541ccdedc7c0 Mon Sep 17 00:00:00 2001 From: Dmytro Kazanzhy Date: Tue, 4 Feb 2025 00:33:24 +0000 Subject: [PATCH 2/2] Add version 3.13 --- .github/workflows/update-and-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-and-build.yml b/.github/workflows/update-and-build.yml index 85ad93f8c..eca7adcc0 100644 --- a/.github/workflows/update-and-build.yml +++ b/.github/workflows/update-and-build.yml @@ -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: @@ -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: @@ -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