From 8474fbe63d044310fce775e478384c5a1c9cd77e Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Thu, 9 Oct 2025 16:11:08 +0100 Subject: [PATCH 1/2] Stop pulling 3.9 --- .github/workflows/update-lint-and-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-lint-and-build.yml b/.github/workflows/update-lint-and-build.yml index 117f89ec05..0ae85b46e0 100644 --- a/.github/workflows/update-lint-and-build.yml +++ b/.github/workflows/update-lint-and-build.yml @@ -14,7 +14,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.11, '3.10'] steps: - uses: styfle/cancel-workflow-action@main with: From f5a405c1c4eeb0075a8c8c264abe705de3f15fa0 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Thu, 9 Oct 2025 16:13:48 +0100 Subject: [PATCH 2/2] Missed one --- .github/workflows/update-lint-and-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-lint-and-build.yml b/.github/workflows/update-lint-and-build.yml index 0ae85b46e0..bcad117671 100644 --- a/.github/workflows/update-lint-and-build.yml +++ b/.github/workflows/update-lint-and-build.yml @@ -89,7 +89,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.11, '3.10'] format: [html, latex, epub] needs: ['update'] steps: @@ -121,7 +121,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.11, '3.10'] needs: ['build'] steps: - uses: actions/download-artifact@master