pyproject.toml: upgrade required python version to 3.12

This commit is contained in:
2025-04-23 12:18:59 +08:00
parent 7d1ebffa44
commit ce177285d5

View File

@@ -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]