From ce177285d5d513b8bc70710a0b47c649c5f0e188 Mon Sep 17 00:00:00 2001 From: Yingchi Long Date: Wed, 23 Apr 2025 12:18:59 +0800 Subject: [PATCH] pyproject.toml: upgrade required python version to 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9469d1..d9c9b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]