Skip to content

Commit 4cdac4f

Browse files
committed
Removed support from Python 3.8 and 3.9
1 parent 537d079 commit 4cdac4f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ classifiers = [
2121
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2222
"Topic :: Scientific/Engineering :: Information Analysis",
2323
"Topic :: Software Development :: Libraries :: Python Modules",
24-
"Programming Language :: Python :: 3.9",
2524
"Programming Language :: Python :: 3.10",
2625
"Programming Language :: Python :: 3.11",
2726
"Programming Language :: Python :: 3.12",
2827
"Programming Language :: Python :: 3.13",
2928
]
30-
requires-python = ">=3.9,<3.14"
29+
requires-python = ">=3.10,<3.14"
3130
dependencies = [
3231
"scikit-learn>=1.2.2",
3332
"typing-extensions>=4.1.0; python_full_version < '3.11'"

0 commit comments

Comments
 (0)