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 537d079 commit 4cdac4fCopy full SHA for 4cdac4f
1 file changed
pyproject.toml
@@ -21,13 +21,12 @@ classifiers = [
21
"Topic :: Scientific/Engineering :: Artificial Intelligence",
22
"Topic :: Scientific/Engineering :: Information Analysis",
23
"Topic :: Software Development :: Libraries :: Python Modules",
24
- "Programming Language :: Python :: 3.9",
25
"Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
28
"Programming Language :: Python :: 3.13",
29
]
30
-requires-python = ">=3.9,<3.14"
+requires-python = ">=3.10,<3.14"
31
dependencies = [
32
"scikit-learn>=1.2.2",
33
"typing-extensions>=4.1.0; python_full_version < '3.11'"
0 commit comments