Enable caching for github actions (#43)

This commit is contained in:
ian_Cin
2023-10-12 13:52:19 +07:00
committed by GitHub
parent 84f1fa8cbd
commit 533fffa6db
3 changed files with 40 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ setuptools.setup(
],
},
entry_points={"console_scripts": ["kh=kotaemon.cli:main"]},
python_requires=">=3",
python_requires=">=3.8",
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",