Skip to content

Commit a3ea1d8

Browse files
committed
ci: Add support to test Python 3.14.0a7.
Signed-off-by: Paulo Vital <[email protected]>
1 parent 31dcc8b commit a3ea1d8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309

310310
python314:
311311
docker:
312-
- image: public.ecr.aws/docker/library/python:3.14.0a6
312+
- image: public.ecr.aws/docker/library/python:3.14.0a7
313313
- image: public.ecr.aws/docker/library/postgres:16.2-bookworm
314314
environment:
315315
POSTGRES_USER: root

.tekton/pipeline.yaml

+2-2
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.0a6-bookworm
42-
- "sha256:cc1702492859ae14ce2c417060215a94153a51f42954eb7fd5f275b5b3039926"
41+
# public.ecr.aws/docker/library/python:3.14.0a7-bookworm
42+
- "sha256:4c1f7c905b091408b27eba4a7fa84e6e866da0e6dabb29a397a444946e10627f"
4343
taskRef:
4444
name: python-tracer-unittest-default-task
4545
workspaces:

.tekton/python-tracer-prepuller.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ spec:
7474
image: public.ecr.aws/docker/library/python@sha256:90a15cf04e17111d514958f3b17186f2e239546f75530b1e301059f0b70de41f
7575
command: ["sh", "-c", "'true'"]
7676
- name: prepuller-314
77-
# public.ecr.aws/docker/library/python:3.14.0a6-bookworm
78-
image: public.ecr.aws/docker/library/python@sha256:cc1702492859ae14ce2c417060215a94153a51f42954eb7fd5f275b5b3039926
77+
# public.ecr.aws/docker/library/python:3.14.0a7-bookworm
78+
image: public.ecr.aws/docker/library/python@sha256:4c1f7c905b091408b27eba4a7fa84e6e866da0e6dabb29a397a444946e10627f
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)