Skip to content

Commit 0705fac

Browse files
committed
chore(deps): update python tool constraint
1 parent baf5355 commit 0705fac

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
},
1313
constraints: {
14-
python: '~=3.11.0',
14+
python: '3.14.6',
1515
},
1616
ignorePaths: [
1717
'demos/**',

.github/workflows/cost-optimization-hpa-config-recommender-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v4
3030
with:
31-
python-version: 3.13.7
31+
python-version: 3.14.6
3232

3333
- name: Build and run tests
3434
run: |

management/gitops-style-delivery/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# [START gke_management_gitops_delivery_cloudbuild]
1616
steps:
1717
# This step runs the unit tests on the app
18-
- name: 'python:3.13-slim'
18+
- name: 'python:3.14-slim'
1919
id: Test
2020
entrypoint: /bin/sh
2121
args:

0 commit comments

Comments
 (0)