Skip to content

Commit 9d78027

Browse files
authored
ci: DK-5221 update python version to 3.13
1 parent b747fd0 commit 9d78027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
3131
with:
32-
python-version: 3.7
32+
python-version: 3.13
3333

3434
- name: Set up chart-testing
3535
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
@@ -201,7 +201,7 @@ jobs:
201201

202202
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
203203
with:
204-
python-version: 3.7
204+
python-version: 3.13
205205

206206
- name: Set up chart-testing
207207
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1

0 commit comments

Comments
 (0)