Skip to content

Commit 11022e2

Browse files
committed
ci: Add support to test Python 3.14.0a5.
Signed-off-by: Paulo Vital <[email protected]>
1 parent 7c29ba8 commit 11022e2

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
@@ -305,7 +305,7 @@ jobs:
305305

306306
python314:
307307
docker:
308-
- image: public.ecr.aws/docker/library/python:3.14.0a4
308+
- image: public.ecr.aws/docker/library/python:3.14.0a5
309309
- image: public.ecr.aws/docker/library/postgres:16.2-bookworm
310310
environment:
311311
POSTGRES_USER: root

.tekton/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ spec:
3838
- "sha256:ae24158f83adcb3ec1dead14356e6debc9f3125167624408d95338faacc5cce3"
3939
# public.ecr.aws/docker/library/python:3.13.2-bookworm
4040
- "sha256:90a15cf04e17111d514958f3b17186f2e239546f75530b1e301059f0b70de41f"
41-
# public.ecr.aws/docker/library/python:3.14.0a4-bookworm
42-
- "sha256:2b6ff3e4a96f18b7c6a5384cb1c623eec35b93b722da3c4470112435deeca590"
41+
# public.ecr.aws/docker/library/python:3.14.0a5-bookworm
42+
- "sha256:c00e5b4b511a77e0b11c52b88cb195c0dcc371e71d2f7ebb3ba1173387d71f92"
4343
taskRef:
4444
name: python-tracer-unittest-default-task
4545
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: public.ecr.aws/docker/library/python@sha256:90a15cf04e17111d514958f3b17186f2e239546f75530b1e301059f0b70de41f
7171
command: ["sh", "-c", "'true'"]
7272
- name: prepuller-314
73-
# public.ecr.aws/docker/library/python:3.14.0a4-bookworm
74-
image: public.ecr.aws/docker/library/python@sha256:2b6ff3e4a96f18b7c6a5384cb1c623eec35b93b722da3c4470112435deeca590
73+
# public.ecr.aws/docker/library/python:3.14.0a5-bookworm
74+
image: public.ecr.aws/docker/library/python@sha256:c00e5b4b511a77e0b11c52b88cb195c0dcc371e71d2f7ebb3ba1173387d71f92
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)