From 3fc175d27b7467d1bc3015a7397ed8deab65d422 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Sat, 7 Jun 2025 00:44:04 -0700 Subject: [PATCH] Restrict Khoj to work with python <3.13 Python 3.13 not supported by all dependencies yet --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4485fa32..24e05cee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, ]