From 0ff08e4e0f61957890eb0f2c03e587c67d40490d Mon Sep 17 00:00:00 2001 From: David Arnold Date: Wed, 15 Nov 2023 13:53:42 +0100 Subject: [PATCH] build(python): restricted python goes up to 3.11 only (#23229) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4952b41e16..28eb0858b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ authors = [ { name = "Frappe Technologies Pvt Ltd", email = "developers@frappe.io"} ] description = "Metadata driven, full-stack low code web framework" -requires-python = ">=3.10" +requires-python = ">=3.10,<3.12" readme = "README.md" dynamic = ["version"] dependencies = [