From f2b4e71cbcbd4c7793a410e0d59098c163465679 Mon Sep 17 00:00:00 2001 From: "scripts@glrocky.com" Date: Fri, 24 Apr 2026 12:03:39 +0800 Subject: [PATCH] change python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df927d6..6c1d9f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.3.1" description = "honor_MEP-AN00手机用例集" readme = "README.md" authors = [{ name = "liumin", email = "liumin@glrocy.com" }] -requires-python = "==3.12.6" +requires-python = ">3.12.5" dependencies = ["glrocky-sdk", "uvicorn>=0.34.2"]