Increase minimum python required in the pyproject, use python 3.11 for building the wheel in the workflow

This commit is contained in:
sabaimran
2024-03-28 12:19:07 +05:30
parent 22014cfcbc
commit 56da96b2e9
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ name = "khoj-assistant"
description = "An AI copilot for your Second Brain"
readme = "README.md"
license = "AGPL-3.0-or-later"
requires-python = ">=3.8"
requires-python = ">=3.9"
authors = [
{ name = "Debanjum Singh Solanky, Saba Imran" },
]