Skip to content

Commit b267466

Browse files
committed
proj: limit maximum python version for numba
1 parent 6d2b20c commit b267466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "3.1.7"
88
license = "MIT"
99
description = "A fast, generic, and easy to use clusterizer to cluster hits of a pixel matrix in Python."
1010
readme = {file = "README.md", content-type = "text/markdown"}
11-
requires-python = ">=3.10"
11+
requires-python = ">=3.10,<3.14"
1212
authors = [
1313
{name = "Yannick Dieter", email="[email protected]"},
1414
{name = "David-Leon Pohl", email="[email protected]"},

0 commit comments

Comments
 (0)