From f84c1c30a1668799b80779690d1dbb913f66ae9e Mon Sep 17 00:00:00 2001 From: Guillaume Fieni Date: Fri, 20 Sep 2024 11:49:12 +0200 Subject: [PATCH] build(pyproject): Update python minimal version and classifiers To match with PowerAPI v2.6.0 (powerapi-ng/powerapi#294) --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a1204e6..cd1aaa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,12 +8,10 @@ description = "SmartWatts is a formula for a self-adaptive software-defined powe readme = "README.md" keywords = ["powerapi", "energy", "power-meter", "power-model", "green-computing", "containers"] license = {text = "BSD-3-Clause"} -requires-python = ">=3.8" +requires-python = ">=3.10" dynamic = ["version"] classifiers = [ - "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",