We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab8709 commit 5c97442Copy full SHA for 5c97442
pyproject.toml
@@ -20,15 +20,15 @@ classifiers = [
20
"Operating System :: OS Independent",
21
"Programming Language :: Python",
22
"Programming Language :: Python :: 3",
23
- "Programming Language :: Python :: 3.9",
24
"Programming Language :: Python :: 3.10",
25
"Programming Language :: Python :: 3.11",
26
"Programming Language :: Python :: 3.12",
27
"Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
28
"Topic :: Scientific/Engineering",
29
"Topic :: Scientific/Engineering :: Information Analysis",
30
]
31
-requires-python = ">=3.9"
+requires-python = ">=3.10"
32
dependencies = [
33
"lxml >= 3.6",
34
"pandas >= 1.0",
0 commit comments