Skip to content

Commit ef8f8ca

Browse files
committed
implicitly declare py3.13 (no stable abi)
1 parent 87a0603 commit ef8f8ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "pgeof"
1010
version = "0.3.1"
1111
readme = "README.md"
1212
description = "Compute the geometric features associated with each point's neighborhood:"
13-
requires-python = ">=3.9" # uses stable ABI
13+
requires-python = ">=3.9,<3.14"
1414
license = {file = "LICENSE"}
1515
authors = [
1616
{name = "Loic Landrieu", email = "loic.landrieu@enpc.fr"},
@@ -107,7 +107,7 @@ commands = pytest -s --basetemp="{envtmpdir}" {posargs:tests/bench_knn.py tests/
107107
"""
108108

109109
[tool.cibuildwheel]
110-
build = "cp3{9,10,11,12}-*" # uses stable abi for py >= 3.12
110+
build = "cp3{9,10,11,12,13}-*"
111111
archs = ["auto64"] # limits to 64bits builds
112112

113113
# Needed for full C++17 support

0 commit comments

Comments
 (0)