Skip to content

Commit

Permalink
ci: Add support for building wheels for Python 3.13. (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 authored Dec 20, 2024
1 parent 118b45d commit 7f284d6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13, and it should work on any Python
version >= 3.7.

## API Reference
Expand Down

0 comments on commit 7f284d6

Please sign in to comment.