Skip to content

Commit 73cfaf8

Browse files
Update dependency python to 3.14
1 parent d7a6d7a commit 73cfaf8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integrationtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-python@v6
2121
with:
22-
python-version: '3.13'
22+
python-version: '3.14'
2323
check-latest: true
2424

2525
- name: Set up chart-testing

.github/workflows/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-python@v6
2323
with:
24-
python-version: '3.13'
24+
python-version: '3.14'
2525
check-latest: true
2626

2727
- name: Set up chart-testing

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Python
3333
uses: actions/setup-python@v6
3434
with:
35-
python-version: '3.13'
35+
python-version: '3.14'
3636

3737
- name: Generate children charts
3838
run: |

0 commit comments

Comments
 (0)