Skip to content

Commit

Permalink
Make: Pre-build for Python 3.13
Browse files Browse the repository at this point in the history
unum-cloud/usearch#530

Co-authored-by: James Braza <8990777+jamesbraza@users.noreply.github.com>
  • Loading branch information
ashvardanian and jamesbraza committed Nov 12, 2024
1 parent c6d471f commit 630f796
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-24.04, macos-13, windows-2022]
python-version: ["36", "37", "38", "39", "310", "311", "312"]
python-version: ["36", "37", "38", "39", "310", "311", "312", "313"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-24.04, macos-13, windows-2022]
python-version: ["36", "37", "38", "39", "310", "311", "312"]
python-version: ["36", "37", "38", "39", "310", "311", "312", "313"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# - `manylinux` and `musllinux` wheels for Linux on x86_64, aarch64, i686, ppc64le, s390x;
# - `macos` wheels for x86_64, arm64, and universal2;
# - `windows` wheels for AMD64, x86, and ARM64.
# * for Python versions from 3.6 to 3.12.
# * for Python versions from 3.6 to 3.13.
# * running over 5,000 tests on each wheel.
# = meaning 16 platforms * 7 Python versions = 112 builds.
# = meaning 16 platforms * 8 Python versions = 128 builds.
# = meaning over 500,000 tests.
[build-system]
requires = ["setuptools>=42", "wheel"]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def windows_settings() -> Tuple[List[str], List[str], List[Tuple[str]]]:
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 630f796

Please sign in to comment.