From 7e27d8152238db2c756a769b09bf67f656d1fbca Mon Sep 17 00:00:00 2001 From: Rachit Singh Date: Tue, 5 Nov 2024 23:31:36 -0800 Subject: [PATCH] add Python 3.13 to build matrix for wheels --- .github/workflows/build-wheels-push.yml | 2 +- .github/workflows/build-wheels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-wheels-push.yml b/.github/workflows/build-wheels-push.yml index 394ea0987f..437c30cfbc 100644 --- a/.github/workflows/build-wheels-push.yml +++ b/.github/workflows/build-wheels-push.yml @@ -34,7 +34,7 @@ jobs: - [macos-14, macosx_arm64] - [windows-2019, win_amd64] - [windows-2019, win32] - python: ["cp38", "cp39","cp310", "cp311","cp312"] + python: ["cp38", "cp39", "cp310", "cp311", "cp312", "cp313"] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index aa658d85a7..99a3c39e5b 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -29,7 +29,7 @@ jobs: - [macos-14, macosx_arm64] - [windows-2019, win_amd64] - [windows-2019, win32] - python: ["cp38", "cp39","cp310", "cp311","cp312"] + python: ["cp38", "cp39", "cp310", "cp311", "cp312", "cp313"] steps: - uses: actions/checkout@v4