From f79e7dd806517593a57a328de9cd5d631e340a6a Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Thu, 1 Jan 2026 12:26:52 +0530 Subject: [PATCH] build: bump required python version (#51421) closes https://github.com/frappe/erpnext/issues/51420 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 166918528fd..e3627770446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ authors = [ { name = "Frappe Technologies Pvt Ltd", email = "developers@frappe.io"} ] description = "Open Source ERP" -requires-python = ">=3.10" +requires-python = ">=3.14" readme = "README.md" dynamic = ["version"] dependencies = [