From ced08e12aafc73a4e903e0cc0546729248b437b5 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Sat, 11 Oct 2025 16:59:40 +0200 Subject: [PATCH] [enh] ci: bump to cp3.14 (#5302) --- .github/workflows/checker.yml | 2 +- .github/workflows/container.yml | 2 +- .github/workflows/data-update.yml | 2 +- .github/workflows/documentation.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/l10n.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/checker.yml b/.github/workflows/checker.yml index 43d4976c5..c3a4233b3 100644 --- a/.github/workflows/checker.yml +++ b/.github/workflows/checker.yml @@ -15,7 +15,7 @@ permissions: contents: read env: - PYTHON_VERSION: "3.13" + PYTHON_VERSION: "3.14" jobs: search: diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index b185a7b3c..184e95b36 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -22,7 +22,7 @@ permissions: packages: read env: - PYTHON_VERSION: "3.13" + PYTHON_VERSION: "3.14" jobs: build-base: diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index db4f39362..9f0a3a1ec 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -15,7 +15,7 @@ permissions: contents: read env: - PYTHON_VERSION: "3.13" + PYTHON_VERSION: "3.14" jobs: data: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e9892bdcc..a29329595 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,7 +19,7 @@ permissions: contents: read env: - PYTHON_VERSION: "3.13" + PYTHON_VERSION: "3.14" jobs: release: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b10a1b8ed..a9fc63553 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -18,7 +18,7 @@ permissions: contents: read env: - PYTHON_VERSION: "3.13" + PYTHON_VERSION: "3.14" jobs: test: diff --git a/.github/workflows/l10n.yml b/.github/workflows/l10n.yml index 958eac33d..92dee27a4 100644 --- a/.github/workflows/l10n.yml +++ b/.github/workflows/l10n.yml @@ -22,7 +22,7 @@ permissions: contents: read env: - PYTHON_VERSION: "3.13" + PYTHON_VERSION: "3.14" jobs: update: