Skip to content

Commit

Permalink
Minors
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis authored Jan 28, 2025
1 parent ddd6813 commit d58e4b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ description = "TileDB Vector Search Python client"
license = { text = "MIT" }
readme = "README.md"
authors = []
requires-python = "~=3.7"
requires-python = ">=3.9"
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

# These are the runtime depdendencies.
Expand Down

0 comments on commit d58e4b9

Please sign in to comment.