From c2e75d5bde315b5f7f79a009d6f1998470a3dde4 Mon Sep 17 00:00:00 2001 From: "dnastack-renovate[bot]" <209827418+dnastack-renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 19:52:54 +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..29b8f86b 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:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca 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:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca 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:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca 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:fb83750094b46fd6b8adaa80f66e2302ecbe45d513f6cece637a841e1025b4ca entrypoint: bash args: - '-ec'