Skip to content

Commit 6bee3d2

Browse files
committed
chore: remove py<3.14 limit
1 parent 0432467 commit 6bee3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [
44
{ name = "Frappe Technologies Pvt Ltd", email = "[email protected]"}
55
]
66
description = "Simple Wiki App"
7-
requires-python = ">=3.10,<3.14"
7+
requires-python = ">=3.10"
88
readme = "README.md"
99
dynamic = ["version"]
1010

0 commit comments

Comments
 (0)