Skip to content

Commit 7a8aebe

Browse files
committed
fix: set upper limit on requires-python
1 parent 48b4bfe commit 7a8aebe

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
@@ -15,7 +15,7 @@ authors = [
1515
{ name = "ArangoDB" },
1616
]
1717
license = { text = "Apache 2.0" }
18-
requires-python = ">=3.10"
18+
requires-python = ">=3.10,<3.13"
1919
classifiers = [
2020
"License :: OSI Approved :: Apache Software License",
2121
"Programming Language :: Python",

0 commit comments

Comments
 (0)