From 3a4601adc13bb44db29234a09d846f4068a711a2 Mon Sep 17 00:00:00 2001 From: Dmitry Kropachev Date: Sun, 26 Jan 2025 14:26:35 -0400 Subject: [PATCH] cicd: start building python 3.13 wheel for aarch64 --- .github/workflows/build-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index bbe5b5d627..be19b2d6ba 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -190,7 +190,7 @@ jobs: - name: Build wheels env: - CIBW_BUILD: "cp39* cp310* cp311* cp312*" # limit to specific version since it take much more time than jobs limit + CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*" # limit to specific version since it take much more time than jobs limit run: | python -m cibuildwheel --archs ${{ matrix.archs }} --output-dir wheelhouse