From 34800f583d6cf1ddba733acac57a72be843b324b Mon Sep 17 00:00:00 2001 From: LinZhihao-723 Date: Thu, 19 Dec 2024 15:22:02 -0500 Subject: [PATCH 1/3] Update cibuildwheel config --- .github/workflows/build_wheels.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 6d1713d9..f7b386d2 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -93,6 +93,12 @@ jobs: os: "macos-14" - name: "cp312-macosx_x86_64" os: "macos-14" + - name: "cp313-macosx_arm64" + os: "macos-14" + - name: "cp313-macosx_universal2" + os: "macos-14" + - name: "cp313-macosx_x86_64" + os: "macos-14" # Linux builds - name: "cp310-manylinux_aarch64" @@ -131,6 +137,18 @@ jobs: os: "ubuntu-22.04" - name: "cp312-musllinux_x86_64" os: "ubuntu-22.04" + - name: "cp313-manylinux_aarch64" + os: "ubuntu-22.04" + - name: "cp313-manylinux_i686" + os: "ubuntu-22.04" + - name: "cp313-manylinux_x86_64" + os: "ubuntu-22.04" + - name: "cp313-musllinux_aarch64" + os: "ubuntu-22.04" + - name: "cp313-musllinux_i686" + os: "ubuntu-22.04" + - name: "cp313-musllinux_x86_64" + os: "ubuntu-22.04" - name: "cp37-manylinux_aarch64" os: "ubuntu-22.04" - name: "cp37-manylinux_i686" @@ -181,6 +199,8 @@ jobs: os: "windows-2022" - name: "cp312-win_amd64" os: "windows-2022" + - name: "cp313-win_amd64" + os: "windows-2022" steps: - name: "Checkout" From 29e6967ef78e37f0a821fa6a2c52a0e474e1440b Mon Sep 17 00:00:00 2001 From: LinZhihao-723 Date: Thu, 19 Dec 2024 17:04:21 -0500 Subject: [PATCH 2/3] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 374cdec4..edc7d0f5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ project homepage on PyPI [here][7]. ## Compatibility -Tested on Python 3.7, 3.8, 3.11 and 3.12, and it should work on any Python +Tested on Python 3.7, 3.8, 3.11, 3.12, and 3.12, and it should work on any Python version >= 3.7. ## API Reference From 14dae847b5c681d59a5c2bebed4bc99cb2b62609 Mon Sep 17 00:00:00 2001 From: LinZhihao-723 Date: Thu, 19 Dec 2024 17:08:39 -0500 Subject: [PATCH 3/3] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edc7d0f5..98943331 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ project homepage on PyPI [here][7]. ## Compatibility -Tested on Python 3.7, 3.8, 3.11, 3.12, and 3.12, and it should work on any Python +Tested on Python 3.7, 3.8, 3.11, 3.12, and 3.13, and it should work on any Python version >= 3.7. ## API Reference