mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Set minimum python version to 3.8 as required by dependencies
This commit is contained in:
parent
5d391fdcbe
commit
e76930b320
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -16,7 +16,7 @@ setup(
|
||||||
url='https://github.com/debanjum/khoj',
|
url='https://github.com/debanjum/khoj',
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
keywords="search semantic-search productivity NLP org-mode markdown beancount images",
|
keywords="search semantic-search productivity NLP org-mode markdown beancount images",
|
||||||
python_requires=">=3.5, <4",
|
python_requires=">=3.8, <4",
|
||||||
packages=find_packages(
|
packages=find_packages(
|
||||||
where=".",
|
where=".",
|
||||||
exclude=["tests*"],
|
exclude=["tests*"],
|
||||||
|
|
Loading…
Reference in a new issue