Skip to content

Commit 8ba3c44

Browse files
committed
313
1 parent 27b02b5 commit 8ba3c44

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ minimum-version = "build-system.requires"
3939
# Setuptools-style build caching in a local directory
4040
build-dir = "build/{wheel_tag}"
4141

42-
# Build stable ABI wheels for CPython 3.12+
43-
wheel.py-api = false
42+
# Build stable ABI wheels for CPython 3.13+
43+
wheel.py-api = "cp313"
44+
4445

4546
[tool.scikit-build.cmake]
4647
build-type = "Release"

0 commit comments

Comments
 (0)