Skip to content

Commit 27e6ca7

Browse files
[CU-86b4umhm1] Update python Docker tag to v3.14
1 parent 1956342 commit 27e6ca7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11
1+
3.14

cloudbuild.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ steps:
5050

5151
# Build the package
5252
- id: build-package
53-
name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a
53+
name: python:3.14-slim@sha256:9b81fe9acff79e61affb44aaf3b6ff234392e8ca477cb86c9f7fd11732ce9b6a
5454
entrypoint: bash
5555
args:
5656
- '-ec'
@@ -76,7 +76,7 @@ steps:
7676
# Perform the sanity check for the CLI
7777
# NOTE: This is to ensure that the CLI works with the minimum requirements.
7878
- id: sanity-check
79-
name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a
79+
name: python:3.14-slim@sha256:9b81fe9acff79e61affb44aaf3b6ff234392e8ca477cb86c9f7fd11732ce9b6a
8080
entrypoint: bash
8181
args:
8282
- '-ec'
@@ -90,7 +90,7 @@ steps:
9090

9191
# Test with the latest stable release of Python.
9292
- id: python-3.12
93-
name: python:3.12-slim@sha256:744a20876a5eb3cfb2b21c62f1755e286da9af3715ad92179f1f78e853f00bee
93+
name: python:3.14-slim@sha256:9b81fe9acff79e61affb44aaf3b6ff234392e8ca477cb86c9f7fd11732ce9b6a
9494
entrypoint: bash
9595
args:
9696
- '-ec'
@@ -105,7 +105,7 @@ steps:
105105

106106
# Publish the package
107107
- id: publish-package
108-
name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a
108+
name: python:3.14-slim@sha256:9b81fe9acff79e61affb44aaf3b6ff234392e8ca477cb86c9f7fd11732ce9b6a
109109
entrypoint: bash
110110
args:
111111
- '-ec'

0 commit comments

Comments
 (0)