From aab9827da41463c9246ce5023db686982e1edeb3 Mon Sep 17 00:00:00 2001 From: birchkwok Date: Fri, 12 Apr 2024 17:51:44 +0800 Subject: [PATCH] added py39 support --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff06b53..ba6e222 100644 --- a/setup.py +++ b/setup.py @@ -30,11 +30,12 @@ def read_requirements(path): 'Topic :: Scientific/Engineering', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', ], - python_requires=">=3.10", + python_requires=">=3.9", url='https://github.com/BirchKwok/MinVectorDB', author='Birch Kwok', author_email='birchkwok@gmail.com',