diff --git a/README.md b/README.md index c3bdc5d..c071328 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ### Dependencies scikit-ntk requires: -* Python (>=3.7) +* Python (>=3.8) * scikit-learn (>=1.0.1) diff --git a/pyproject.toml b/pyproject.toml index 2a4a4f4..9e0de56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,13 @@ classifiers = [ "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Mathematics" + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] [tool.poetry.urls] @@ -26,7 +33,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.8, <3.14" scikit-learn = [ - {version = "^1.0.0", python = ">=3.7,<3.10"}, + {version = "^1.0.0", python = ">=3.8,<3.10"}, {version = "^1.1.3", python = ">=3.10"} ]