Skip to content

Commit 2268fb6

Browse files
committed
ci: Add support to test Python 3.14.0a4.
Signed-off-by: Paulo Vital <[email protected]>
1 parent 5e41d2e commit 2268fb6

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.0a3
308+
- image: public.ecr.aws/docker/library/python:3.14.0a4
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:0fc7e6322b146c3fb01782d61412921b08f06439682105bc4e5c7f2dbfc56371"
3939
# public.ecr.aws/docker/library/python:3.13.1-bookworm
4040
- "sha256:3b1b63f17c5197411ee572be110333dae4b9d6f2fbc4f84c790f644e791d356b"
41-
# public.ecr.aws/docker/library/python:3.14.0a3-bookworm
42-
- "sha256:9dbc6c516b0388d7ed1546ea0047ea9b4b2a7d5fef25eaf3c1f0e1479c1c2f15"
41+
# public.ecr.aws/docker/library/python:3.14.0a4-bookworm
42+
- "sha256:673113f17486ce8d5cd217f38502b15171164bbd3cb0a727a7de2664ad105956"
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:3b1b63f17c5197411ee572be110333dae4b9d6f2fbc4f84c790f644e791d356b
7171
command: ["sh", "-c", "'true'"]
7272
- name: prepuller-314
73-
# public.ecr.aws/docker/library/python:3.14.0a3-bookworm
74-
image: public.ecr.aws/docker/library/python@sha256:9dbc6c516b0388d7ed1546ea0047ea9b4b2a7d5fef25eaf3c1f0e1479c1c2f15
73+
# public.ecr.aws/docker/library/python:3.14.0a4-bookworm
74+
image: public.ecr.aws/docker/library/python@sha256:673113f17486ce8d5cd217f38502b15171164bbd3cb0a727a7de2664ad105956
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)