mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Restrict Khoj to work with python <3.13
Python 3.13 not supported by all dependencies yet
This commit is contained in:
@@ -7,7 +7,7 @@ name = "khoj"
|
|||||||
description = "Your Second Brain"
|
description = "Your Second Brain"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10, <3.13"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Debanjum Singh Solanky, Saba Imran" },
|
{ name = "Debanjum Singh Solanky, Saba Imran" },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user