mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Set minimum python version to 3.8 as required by dependencies
This commit is contained in:
2
setup.py
2
setup.py
@@ -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*"],
|
||||
|
||||
Reference in New Issue
Block a user