summaryrefslogtreecommitdiff
path: root/.github/workflows/container.yml
diff options
context:
space:
mode:
authorIvan Gabaldon <igabaldon@inetol.net>2025-10-11 16:59:40 +0200
committerGitHub <noreply@github.com>2025-10-11 16:59:40 +0200
commitced08e12aafc73a4e903e0cc0546729248b437b5 (patch)
treea4a12ba01ec386958b1dcfc2f3a440db2699b2d9 /.github/workflows/container.yml
parent613c1aa8ebe3b22e5be01dad03ed52cc0fe0d729 (diff)
[enh] ci: bump to cp3.14 (#5302)
Diffstat (limited to '.github/workflows/container.yml')
-rw-r--r--.github/workflows/container.yml2
1 files changed, 1 insertions, 1 deletions
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: