diff --git a/.github/workflows/verify-yaml.yml b/.github/workflows/verify-yaml.yml index 9ccdf0b9ae..758893ead4 100644 --- a/.github/workflows/verify-yaml.yml +++ b/.github/workflows/verify-yaml.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-python@v6 with: - python-version: 3.8 + python-version: 3.14 - name: Install yamllint run: pip install yamllint diff --git a/cmd/pythonBuild_generated.go b/cmd/pythonBuild_generated.go index 3f9678e6cc..1802abb3c1 100644 --- a/cmd/pythonBuild_generated.go +++ b/cmd/pythonBuild_generated.go @@ -345,7 +345,7 @@ func pythonBuildMetadata() config.StepData { }, }, Containers: []config.Container{ - {Name: "python", Image: "python:3.11"}, + {Name: "python", Image: "python:3.14"}, }, Outputs: config.StepOutputs{ Resources: []config.StepResources{ diff --git a/resources/metadata/pythonBuild.yaml b/resources/metadata/pythonBuild.yaml index 10770c600d..e23305f748 100644 --- a/resources/metadata/pythonBuild.yaml +++ b/resources/metadata/pythonBuild.yaml @@ -117,4 +117,4 @@ spec: - name: custom/buildSettingsInfo containers: - name: python - image: python:3.11 + image: python:3.14