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