Skip to content

Commit b3571ff

Browse files
Make: Pre-build for Python 3.13
unum-cloud/USearch#530 Co-authored-by: James Braza <[email protected]>
1 parent ffd25e6 commit b3571ff

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
fail-fast: false
7171
matrix:
7272
os: [ubuntu-22.04, macOS-14, windows-2022]
73-
python-version: ["3.12", "3.8"]
73+
python-version: ["3.13", "3.8"]
7474
architecture: [x64, arm64]
7575

7676
steps:
@@ -202,7 +202,7 @@ jobs:
202202
strategy:
203203
matrix:
204204
os: [ubuntu-latest, macos-latest, windows-latest]
205-
python-version: ["37", "38", "39", "310", "311", "312"]
205+
python-version: ["37", "38", "39", "310", "311", "312", "313"]
206206
steps:
207207
- uses: actions/checkout@v4
208208
- name: Set up Python

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
matrix:
8080
os: [ubuntu-latest, macos-latest, windows-latest]
81-
python-version: ["37", "38", "39", "310", "311", "312"]
81+
python-version: ["37", "38", "39", "310", "311", "312", "313"]
8282
steps:
8383
- uses: actions/checkout@v4
8484
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# - `manylinux` and `musllinux` wheels for Linux on x86_64, aarch64, i686, ppc64le, s390x;
44
# - `macos` wheels for x86_64, arm64, and universal2;
55
# - `windows` wheels for AMD64, x86, and ARM64.
6-
# * for 6 Python versions from 3.7 to 3.12.
6+
# * for 7 Python versions from 3.7 to 3.13.
77
# * running thousands of fuzzy tests on each wheel.
88
# = meaning 16 platforms * 7 Python versions = 96 builds.
99
[build-system]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def get_bool_env_w_name(name: str, preference: bool) -> tuple:
191191
"Programming Language :: Python :: 3.10",
192192
"Programming Language :: Python :: 3.11",
193193
"Programming Language :: Python :: 3.12",
194+
"Programming Language :: Python :: 3.13",
194195
"Topic :: Scientific/Engineering :: Mathematics",
195196
"Topic :: Scientific/Engineering :: Information Analysis",
196197
"Topic :: Scientific/Engineering :: Bio-Informatics",

0 commit comments

Comments
 (0)