Remove tests for python3.9

This commit is contained in:
sabaimran 2024-07-09 12:28:11 +05:30
parent 4471c1e37f
commit 260aa61818
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@ jobs:
fail-fast: false
matrix:
python_version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'

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.9"
requires-python = ">=3.10"
authors = [
{ name = "Debanjum Singh Solanky, Saba Imran" },
]