We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa355a commit a10020aCopy full SHA for a10020a
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Python
17
uses: actions/setup-python@v5
18
with:
19
- python-version: '3.12'
+ python-version: "3.13"
20
21
- name: Build for linux/amd64
22
uses: docker/build-push-action@v5
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
+ python-version: "3.12"
60
61
- name: Build for linux/arm64
62
@@ -122,4 +122,4 @@ jobs:
122
workflow_id: 'main.yml',
123
ref: 'main'
124
});
125
- }
+ }
0 commit comments