Skip to content

Commit e781eb0

Browse files
committed
updated setup/python workflow to use python 3.12
1 parent 662a74a commit e781eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.12'
2020

2121
- name: Build for linux/amd64
2222
uses: docker/build-push-action@v5
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Python
5757
uses: actions/setup-python@v5
5858
with:
59-
python-version: '3.11'
59+
python-version: '3.12'
6060

6161
- name: Build for linux/arm64
6262
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)