Skip to content

Commit bdbb009

Browse files
authored
fix(ci): Update Python version for Helm CI (#15420)
This PR resolves failing ci, python 3.7 is deprecated and not supported in ubuntu 24.04.
1 parent 2de6e16 commit bdbb009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/helm-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: 3.7
36+
python-version: 3.13
3737

3838
- name: Set up chart-testing
3939
uses: helm/chart-testing-action@v2.6.1

0 commit comments

Comments
 (0)