Skip to content

Commit cf4596c

Browse files
chore(deps): update dependency python to 3.14
1 parent f2c60a4 commit cf4596c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-disk-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- id: python-dep
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: 3.9
19+
python-version: 3.14
2020
- id: check
2121
run: |
2222
pip install semver
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- uses: actions/setup-python@v5
4545
with:
46-
python-version: '3.12'
46+
python-version: '3.14'
4747
- name: Setup s3cmd
4848
run: |
4949
pip install s3cmd

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- id: python-dep
4848
uses: actions/setup-python@v4
4949
with:
50-
python-version: 3.11
50+
python-version: 3.14
5151
- id: push
5252
name: "Push the images"
5353
run: |

0 commit comments

Comments
 (0)