Skip to content

Commit 5c97442

Browse files
committed
Update version classifiers in pyproject.toml
1 parent 3ab8709 commit 5c97442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ classifiers = [
2020
"Operating System :: OS Independent",
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.9",
2423
"Programming Language :: Python :: 3.10",
2524
"Programming Language :: Python :: 3.11",
2625
"Programming Language :: Python :: 3.12",
2726
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
2828
"Topic :: Scientific/Engineering",
2929
"Topic :: Scientific/Engineering :: Information Analysis",
3030
]
31-
requires-python = ">=3.9"
31+
requires-python = ">=3.10"
3232
dependencies = [
3333
"lxml >= 3.6",
3434
"pandas >= 1.0",

0 commit comments

Comments
 (0)