From 12b235a06ab503c016eaf51452d810cf2f38e8d4 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Thu, 11 Sep 2025 02:06:19 +0200 Subject: [PATCH] Temporarily exclude versions with bad translation propagations from workflows --- .github/workflows/update-lint-and-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-lint-and-build.yml b/.github/workflows/update-lint-and-build.yml index 8317c17d9..618aa5682 100644 --- a/.github/workflows/update-lint-and-build.yml +++ b/.github/workflows/update-lint-and-build.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9] + version: [3.14, 3.13, 3.12, 3.9] steps: - uses: styfle/cancel-workflow-action@main with: @@ -68,7 +68,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.14, 3.13, 3.12, 3.11] + version: [3.14, 3.13, 3.12] needs: ['update'] continue-on-error: true steps: @@ -87,7 +87,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9] + version: [3.14, 3.13, 3.12, 3.9] format: [html, latex, epub] needs: ['update'] steps: @@ -119,7 +119,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9] + version: [3.14, 3.13, 3.12, 3.9] needs: ['build'] steps: - uses: actions/download-artifact@master