From a7423739ef4eae9a10c829350022059947dd34e9 Mon Sep 17 00:00:00 2001 From: Daniel Carson Date: Tue, 5 Nov 2024 08:33:37 -0500 Subject: [PATCH] build wheels for Python 3.13 bump cibuildwheel to latest --- .github/workflows/build_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index ade93ddd..4b66853d 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -12,7 +12,7 @@ jobs: # macos-13 is an intel runner, macos-14 is apple silicon os: [ubuntu-latest, macos-13, macos-14] arch: [auto, aarch64] - python: [cp37-*, cp38-*, cp39-*, cp310-*, cp311-*, cp312-*] + python: [cp37-*, cp38-*, cp39-*, cp310-*, cp311-*, cp312-*, cp313-*] include: - os: macos-13 macos_deployment_target: 13 @@ -40,7 +40,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.19.2 + uses: pypa/cibuildwheel@v2.21.3 env: MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macos_deployment_target }} CIBW_ARCHS: ${{ matrix.arch }}