Skip to content

Commit 5ae239b

Browse files
committed
chore(deps): update python tool constraint to v3.14.5
1 parent 744e5b3 commit 5ae239b

2 files changed

Lines changed: 2 additions & 2 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.5',
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.5
3232

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

0 commit comments

Comments
 (0)