Skip to content

Commit 8787c12

Browse files
committed
update Python version to 3.13 in ARM64 build setup
1 parent a10020a commit 8787c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Python
5757
uses: actions/setup-python@v5
5858
with:
59-
python-version: "3.12"
59+
python-version: "3.13"
6060

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

0 commit comments

Comments
 (0)