Restrict Khoj to work with python <3.13

Python 3.13 not supported by all dependencies yet
This commit is contained in:
Debanjum
2025-06-07 00:44:04 -07:00
parent 1bbf719b04
commit 3fc175d27b

View File

@@ -7,7 +7,7 @@ name = "khoj"
description = "Your Second Brain"
readme = "README.md"
license = "AGPL-3.0-or-later"
requires-python = ">=3.10"
requires-python = ">=3.10, <3.13"
authors = [
{ name = "Debanjum Singh Solanky, Saba Imran" },
]