diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-10-11 16:59:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-11 16:59:40 +0200 |
| commit | ced08e12aafc73a4e903e0cc0546729248b437b5 (patch) | |
| tree | a4a12ba01ec386958b1dcfc2f3a440db2699b2d9 | |
| parent | 613c1aa8ebe3b22e5be01dad03ed52cc0fe0d729 (diff) | |
[enh] ci: bump to cp3.14 (#5302)
| -rw-r--r-- | .github/workflows/checker.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/container.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/data-update.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/documentation.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/integration.yml | 2 | ||||
| -rw-r--r-- | .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: |