pyproject.toml: upgrade required python version to 3.12
This commit is contained in:
@@ -3,7 +3,7 @@ name = "speccpulib"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Scripts that helps debugging SPEC CPU benchmark suite."
|
description = "Scripts that helps debugging SPEC CPU benchmark suite."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.12"
|
||||||
dependencies = []
|
dependencies = []
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
|
|||||||
Reference in New Issue
Block a user