Skip to content

Commit abd2abb

Browse files
[CU-86b4umhm1] Update python Docker tag to v3.14
1 parent fec356e commit abd2abb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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:c3db4ea35c09aea6893324d7a89f79ac3dca6a21855487a141f5f5bdc4d0ab51
5454
entrypoint: bash
5555
args:
5656
- '-ec'
@@ -73,7 +73,7 @@ steps:
7373
# Perform the sanity check for the CLI
7474
# NOTE: This is to ensure that the CLI works with the minimum requirements.
7575
- id: sanity-check
76-
name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a
76+
name: python:3.14-slim@sha256:c3db4ea35c09aea6893324d7a89f79ac3dca6a21855487a141f5f5bdc4d0ab51
7777
entrypoint: bash
7878
args:
7979
- '-ec'
@@ -87,7 +87,7 @@ steps:
8787

8888
# Test with the latest stable release of Python.
8989
- id: python-3.12
90-
name: python:3.12-slim@sha256:744a20876a5eb3cfb2b21c62f1755e286da9af3715ad92179f1f78e853f00bee
90+
name: python:3.14-slim@sha256:c3db4ea35c09aea6893324d7a89f79ac3dca6a21855487a141f5f5bdc4d0ab51
9191
entrypoint: bash
9292
args:
9393
- '-ec'
@@ -102,7 +102,7 @@ steps:
102102

103103
# Publish the package
104104
- id: publish-package
105-
name: python:3.11-slim@sha256:e9f0a08f0d1bfbe10dbdaef481acda96ceac20c9755ad58343de1fcd45fce23a
105+
name: python:3.14-slim@sha256:c3db4ea35c09aea6893324d7a89f79ac3dca6a21855487a141f5f5bdc4d0ab51
106106
entrypoint: bash
107107
args:
108108
- '-ec'

0 commit comments

Comments
 (0)