From 1795ef092f715b72acfe2e8c5a8220f9230cf903 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Thu, 8 May 2025 17:01:45 +0100 Subject: [PATCH 1/2] 3.14 time! --- .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 0e955283c..b7e0ed49b 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.13, 3.12, 3.11, '3.10', 3.9] + version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9] steps: - uses: styfle/cancel-workflow-action@main with: @@ -74,7 +74,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.13, 3.12, 3.11] + version: [3.14, 3.13, 3.12, 3.11] needs: ['update-translation'] continue-on-error: true steps: @@ -93,7 +93,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.13, 3.12, 3.11, '3.10', 3.9, 3.8] + version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9, 3.8] format: [html, latex] needs: ['update-translation'] steps: @@ -125,7 +125,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [3.13, 3.12, 3.11, '3.10', 3.9, 3.8] + version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9, 3.8] needs: ['build-translation'] steps: - uses: actions/download-artifact@master From 2f56cd0b86cd87060db21d5ae3db87a131cccf67 Mon Sep 17 00:00:00 2001 From: Maciej Olko Date: Thu, 8 May 2025 21:12:29 +0200 Subject: [PATCH 2/2] Bump VERSION constant to 3.14 --- manage_translation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage_translation.py b/manage_translation.py index 7a49d282e..86f5fcacd 100755 --- a/manage_translation.py +++ b/manage_translation.py @@ -50,7 +50,7 @@ def _call(command: str): PROJECT_SLUG = 'python-newest' -VERSION = '3.13' +VERSION = '3.14' def recreate_tx_config():