diff --git a/pyproject.toml b/pyproject.toml
index 35aa776..1409b35 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,7 @@ authors = [
     { name = "ArangoDB" },
 ]
 license = { text = "Apache 2.0" }
-requires-python = ">=3.10"
+requires-python = ">=3.10,<3.13"
 classifiers = [
     "License :: OSI Approved :: Apache Software License",
     "Programming Language :: Python",