Skip to content

Commit 56330e2

Browse files
committed
Merge branch 'main' into python-3-13-x
2 parents 00e222a + 8787c12 commit 56330e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
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.12'
19+
python-version: "3.13"
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.12'
59+
python-version: "3.13"
6060

6161
- name: Build for linux/arm64
6262
uses: docker/build-push-action@v5
@@ -122,4 +122,4 @@ jobs:
122122
workflow_id: 'main.yml',
123123
ref: 'main'
124124
});
125-
}
125+
}

0 commit comments

Comments
 (0)