build(python): restricted python goes up to 3.11 only (#23229)
This commit is contained in:
parent
3cd1fe0636
commit
0ff08e4e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue