Skip to content

Commit ee12d88

Browse files
committed
chore: update python classifiers in pyproject.toml
1 parent 05bb0ec commit ee12d88

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ keywords = ["quadtree", "spatial-index", "geometry", "rust", "pyo3", "nearest-ne
1616
classifiers = [
1717
"Programming Language :: Python :: 3",
1818
"Programming Language :: Python :: 3 :: Only",
19+
"Programming Language :: Python :: 3.9",
20+
"Programming Language :: Python :: 3.10",
21+
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
1925
"Programming Language :: Rust",
2026
"Programming Language :: Python :: Implementation :: CPython",
2127
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)