Skip to content

Commit 20c4429

Browse files
committed
ci: Bump to Python 3.13.0rc1.
This is the first release candidate of Python 3.13.0. This release, 3.13.0rc1, is the penultimate release preview. Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
1 parent 6eda21f commit 20c4429

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237

238238
python313:
239239
docker:
240-
- image: python:3.13.0b4-bookworm
240+
- image: python:3.13.0rc1-bookworm
241241
- image: cimg/postgres:9.6.24
242242
environment:
243243
POSTGRES_USER: root

.tekton/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ spec:
3535
- "sha256:0c2928128a96e544a1ee248e50ee8ecbe840bf48ef5a49065812e3d06b6e1bcc"
3636
# 3.12.4-bookworm
3737
- "sha256:83f5f8714b6881d3e0e91023d9fe9e43aa6ad5a04e9f9a94ee180b18b021c72a"
38-
# 3.13.0b4-bookworm
39-
- "sha256:3c93668a53b8bc526d08e1247a30da0f594caa036d814c7a50bcf6812bd30fbe"
38+
# 3.13.0rc1-bookworm
39+
- "sha256:50446a4de6987bff979654da0a476746cdc2d5dfb8d0be2d99bac805f2f40281"
4040
taskRef:
4141
name: python-tracer-unittest-default-task
4242
workspaces:

.tekton/python-tracer-prepuller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ spec:
7070
image: "python@sha256:83f5f8714b6881d3e0e91023d9fe9e43aa6ad5a04e9f9a94ee180b18b021c72a"
7171
command: ["sh", "-c", "'true'"]
7272
- name: prepuller-313
73-
# 3.13.0b4-bookworm
74-
image: "python@sha256:3c93668a53b8bc526d08e1247a30da0f594caa036d814c7a50bcf6812bd30fbe"
73+
# 3.13.0rc1-bookworm
74+
image: "python@sha256:50446a4de6987bff979654da0a476746cdc2d5dfb8d0be2d99bac805f2f40281"
7575
command: ["sh", "-c", "'true'"]
7676

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

0 commit comments

Comments
 (0)