Update python version requirements

This commit is contained in:
2024-08-14 10:03:57 +02:00
parent 7fbfd3622e
commit 2ebf48145d
2 changed files with 3 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ authors = [
{ name = "Ricardo Montañana", email = "ricardo.montanana@alu.uclm.es" },
]
dynamic = ['version']
requires-python = ">=3.8"
requires-python = ">=3.11"
keywords = [
"scikit-learn",
"oblique-classifier",
@@ -30,9 +30,6 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"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",
]