Set minimum python version to 3.8 as required by dependencies

This commit is contained in:
Debanjum Singh Solanky 2022-08-03 21:47:53 +03:00
parent 5d391fdcbe
commit e76930b320

View file

@ -16,7 +16,7 @@ setup(
url='https://github.com/debanjum/khoj',
license="GPLv3",
keywords="search semantic-search productivity NLP org-mode markdown beancount images",
python_requires=">=3.5, <4",
python_requires=">=3.8, <4",
packages=find_packages(
where=".",
exclude=["tests*"],