From db8778a5b27cebd2c521746d69df3bbef3eb613e Mon Sep 17 00:00:00 2001 From: "dnastack-renovate[bot]" <209827418+dnastack-renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 16:31:49 +0000 Subject: [PATCH] [CU-86b4umhm1] Update python Docker tag to v3.14 --- .python-version | 2 +- cloudbuild.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.python-version b/.python-version index 902b2c90..3767b4b1 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11 \ No newline at end of file +3.14 \ No newline at end of file diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 3747072e..46110f32 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -50,7 +50,7 @@ steps: # Build the package - id: build-package - name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a + name: python:3.14-slim@sha256:9b81fe9acff79e61affb44aaf3b6ff234392e8ca477cb86c9f7fd11732ce9b6a entrypoint: bash args: - '-ec' @@ -76,7 +76,7 @@ steps: # Perform the sanity check for the CLI # NOTE: This is to ensure that the CLI works with the minimum requirements. - id: sanity-check - name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a + name: python:3.14-slim@sha256:9b81fe9acff79e61affb44aaf3b6ff234392e8ca477cb86c9f7fd11732ce9b6a entrypoint: bash args: - '-ec' @@ -90,7 +90,7 @@ steps: # Test with the latest stable release of Python. - id: python-3.12 - name: python:3.12-slim@sha256:744a20876a5eb3cfb2b21c62f1755e286da9af3715ad92179f1f78e853f00bee + name: python:3.14-slim@sha256:9b81fe9acff79e61affb44aaf3b6ff234392e8ca477cb86c9f7fd11732ce9b6a entrypoint: bash args: - '-ec' @@ -105,7 +105,7 @@ steps: # Publish the package - id: publish-package - name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a + name: python:3.14-slim@sha256:9b81fe9acff79e61affb44aaf3b6ff234392e8ca477cb86c9f7fd11732ce9b6a entrypoint: bash args: - '-ec'