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 308ec9f commit f876f23Copy full SHA for f876f23
pyproject.toml
@@ -19,15 +19,15 @@ classifiers = [
19
"Operating System :: OS Independent",
20
"Programming Language :: Python",
21
"Programming Language :: Python :: 3",
22
- "Programming Language :: Python :: 3.8",
23
"Programming Language :: Python :: 3.9",
24
"Programming Language :: Python :: 3.10",
25
"Programming Language :: Python :: 3.11",
26
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
27
"Topic :: Scientific/Engineering",
28
"Topic :: Scientific/Engineering :: Information Analysis",
29
]
30
-requires-python = ">=3.8"
+requires-python = ">=3.9"
31
dependencies = [
32
"lxml >= 3.6",
33
"pandas >= 1.0",
0 commit comments