We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c60a4 commit cf4596cCopy full SHA for cf4596c
.github/workflows/build-disk-images.yml
@@ -16,7 +16,7 @@ jobs:
16
- id: python-dep
17
uses: actions/setup-python@v4
18
with:
19
- python-version: 3.9
+ python-version: 3.14
20
- id: check
21
run: |
22
pip install semver
@@ -43,7 +43,7 @@ jobs:
43
steps:
44
- uses: actions/setup-python@v5
45
46
- python-version: '3.12'
+ python-version: '3.14'
47
- name: Setup s3cmd
48
49
pip install s3cmd
.github/workflows/core.yml
@@ -47,7 +47,7 @@ jobs:
50
- python-version: 3.11
51
- id: push
52
name: "Push the images"
53
0 commit comments