Skip to content

Commit

Permalink
ci: Bump to Python 3.13.0rc1.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pvital committed Aug 8, 2024
1 parent 6eda21f commit 20c4429
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:

python313:
docker:
- image: python:3.13.0b4-bookworm
- image: python:3.13.0rc1-bookworm
- image: cimg/postgres:9.6.24
environment:
POSTGRES_USER: root
Expand Down
4 changes: 2 additions & 2 deletions .tekton/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ spec:
- "sha256:0c2928128a96e544a1ee248e50ee8ecbe840bf48ef5a49065812e3d06b6e1bcc"
# 3.12.4-bookworm
- "sha256:83f5f8714b6881d3e0e91023d9fe9e43aa6ad5a04e9f9a94ee180b18b021c72a"
# 3.13.0b4-bookworm
- "sha256:3c93668a53b8bc526d08e1247a30da0f594caa036d814c7a50bcf6812bd30fbe"
# 3.13.0rc1-bookworm
- "sha256:50446a4de6987bff979654da0a476746cdc2d5dfb8d0be2d99bac805f2f40281"
taskRef:
name: python-tracer-unittest-default-task
workspaces:
Expand Down
4 changes: 2 additions & 2 deletions .tekton/python-tracer-prepuller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ spec:
image: "python@sha256:83f5f8714b6881d3e0e91023d9fe9e43aa6ad5a04e9f9a94ee180b18b021c72a"
command: ["sh", "-c", "'true'"]
- name: prepuller-313
# 3.13.0b4-bookworm
image: "python@sha256:3c93668a53b8bc526d08e1247a30da0f594caa036d814c7a50bcf6812bd30fbe"
# 3.13.0rc1-bookworm
image: "python@sha256:50446a4de6987bff979654da0a476746cdc2d5dfb8d0be2d99bac805f2f40281"
command: ["sh", "-c", "'true'"]

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

0 comments on commit 20c4429

Please sign in to comment.