chore: bump the required python version to 3.9 (#1541)

Signed-off-by: BubbleCal <bubble-cal@outlook.com>
This commit is contained in:
BubbleCal
2024-08-14 23:44:31 +08:00
committed by GitHub
parent b3daa25f46
commit 501817cfac

View File

@@ -18,7 +18,7 @@ description = "lancedb"
authors = [{ name = "LanceDB Devs", email = "dev@lancedb.com" }]
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
keywords = [
"data-format",
"data-science",