From 8474fbe63d044310fce775e478384c5a1c9cd77e Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Thu, 9 Oct 2025 16:11:08 +0100 Subject: [PATCH 1/3] 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/3] 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 From e4c3e63260d9c5cf8588f1c912d0ae437bcdc47b Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Fri, 31 Oct 2025 11:23:48 +0100 Subject: [PATCH 3/3] Drop 3.9 from .github/ISSUE_TEMPLATE/typo.yml --- .github/ISSUE_TEMPLATE/typo.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/typo.yml b/.github/ISSUE_TEMPLATE/typo.yml index ccd748c824..1a357887d2 100644 --- a/.github/ISSUE_TEMPLATE/typo.yml +++ b/.github/ISSUE_TEMPLATE/typo.yml @@ -26,7 +26,6 @@ body: label: "Wersja dokumentacji:" multiple: true options: - - "3.9" - "3.10" - "3.11" - "3.12"