Skip to content

Commit 3a4601a

Browse files
committed
cicd: start building python 3.13 wheel for aarch64
1 parent c1ce2c0 commit 3a4601a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
191191
- name: Build wheels
192192
env:
193-
CIBW_BUILD: "cp39* cp310* cp311* cp312*" # limit to specific version since it take much more time than jobs limit
193+
CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*" # limit to specific version since it take much more time than jobs limit
194194
run: |
195195
python -m cibuildwheel --archs ${{ matrix.archs }} --output-dir wheelhouse
196196

0 commit comments

Comments
 (0)