Skip to content

Commit 06a7cbf

Browse files
committed
ci: Add support to test Python 3.14.0rc2.
Signed-off-by: Paulo Vital <[email protected]>
1 parent 2465dec commit 06a7cbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.tekton/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
default: "3.13"
2121
- name: py-version-next
2222
type: string
23-
default: "3.14.0b4"
23+
default: "3.14.0rc2"
2424
workspaces:
2525
- name: python-tracer-ci-pipeline-pvc
2626
tasks:

.tekton/python-tracer-prepuller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ spec:
7474
image: public.ecr.aws/docker/library/python@sha256:8300f4e04ed367fafc5877b39dcf7a205532e295778f6fd20a08e1652b177d7b
7575
command: ["sh", "-c", "'true'"]
7676
- name: prepuller-314
77-
# public.ecr.aws/docker/library/python:3.14.0b2-bookworm
78-
image: public.ecr.aws/docker/library/python@sha256:4f8ae0a7847680b269d8ef51528053b2cfc9242377f349cbc3a36eacf579903f
77+
# public.ecr.aws/docker/library/python:3.14.0rc2-bookworm
78+
image: public.ecr.aws/docker/library/python:3.14.0rc2-bookworm
7979
command: ["sh", "-c", "'true'"]
8080

8181
# Use the pause container to ensure the Pod goes into a `Running` phase

0 commit comments

Comments
 (0)