Skip to content

Commit

Permalink
added py39 support
Browse files Browse the repository at this point in the history
  • Loading branch information
BirchKwok committed Apr 12, 2024
1 parent e58437d commit aab9827
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit aab9827

Please sign in to comment.