From 6213fd05d801be3799d2412f7ece3707b0325a40 Mon Sep 17 00:00:00 2001 From: "dnastack-renovate[bot]" <209827418+dnastack-renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:49:44 +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..f62fac43 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:486b8092bfb12997e10d4920897213a06563449c951c5506c2a2cfaf591c599f 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:486b8092bfb12997e10d4920897213a06563449c951c5506c2a2cfaf591c599f 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:486b8092bfb12997e10d4920897213a06563449c951c5506c2a2cfaf591c599f 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:486b8092bfb12997e10d4920897213a06563449c951c5506c2a2cfaf591c599f entrypoint: bash args: - '-ec'