Skip to content

Commit

Permalink
Updated minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pringled committed Nov 17, 2024
1 parent cfaa72a commit 5eb5771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "vicinity"
description = "Lightweight Nearest Neighbors with Flexible Backends"
readme = { file = "README.md", content-type = "text/markdown" }
dynamic = ["version"]
requires-python = ">=3.10"
requires-python = ">=3.9"
license = { file = "LICENSE" }
authors = [{ name = "Stéphan Tulkens", email = "[email protected]"}, {name = "Thomas van Dongen", email = "[email protected]"}]

Expand All @@ -15,6 +15,7 @@ classifiers = [
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 5eb5771

Please sign in to comment.