diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d72f57df..c7eace70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,6 @@ jobs: fail-fast: false matrix: python_version: - - '3.9' - '3.10' - '3.11' - '3.12' diff --git a/pyproject.toml b/pyproject.toml index 36e6f579..921de109 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.9" +requires-python = ">=3.10" authors = [ { name = "Debanjum Singh Solanky, Saba Imran" }, ]