From 7a8aebe37c20f9efcbc5c52e55ecd6eebe22d24d Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Wed, 5 Mar 2025 17:53:43 -0500 Subject: [PATCH] fix: set upper limit on requires-python --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",