build(python): restricted python goes up to 3.11 only (#23229)

This commit is contained in:
David Arnold 2023-11-15 13:53:42 +01:00 committed by GitHub
parent 3cd1fe0636
commit 0ff08e4e0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [