File tree Expand file tree Collapse file tree
sdks/python/container/distroless/py314 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,14 +67,17 @@ jobs:
6767 - " python:container:py311:docker"
6868 - " python:container:py312:docker"
6969 - " python:container:py313:docker"
70+ - " python:container:py314:docker"
7071 - " python:container:distroless:py310:docker"
7172 - " python:container:distroless:py311:docker"
7273 - " python:container:distroless:py312:docker"
7374 - " python:container:distroless:py313:docker"
75+ - " python:container:distroless:py314:docker"
7476 - " python:container:ml:py310:docker"
7577 - " python:container:ml:py311:docker"
7678 - " python:container:ml:py312:docker"
7779 - " python:container:ml:py313:docker"
80+ - " python:container:ml:py314:docker"
7881 - " java:expansion-service:container:docker"
7982 steps :
8083 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ plugins {
2323applyDockerNature()
2424applyPythonNature()
2525
26- pythonVersion = ' 3.13 '
26+ pythonVersion = ' 3.14 '
2727
2828apply from : " ../common.gradle"
You can’t perform that action at this time.
0 commit comments