Skip to content

Commit

Permalink
build(pyproject): Update python minimal version and classifiers
Browse files Browse the repository at this point in the history
To match with PowerAPI v2.6.0 (powerapi-ng/powerapi#294)
  • Loading branch information
gfieni committed Sep 20, 2024
1 parent cc9fb3d commit f84c1c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f84c1c3

Please sign in to comment.