change python version

This commit is contained in:
2026-04-24 12:04:52 +08:00
parent 7c30b1d9e7
commit ddce3d09e2

View File

@@ -4,7 +4,7 @@ version = "0.3.1"
description = "vivo-V2502A手机用例集" description = "vivo-V2502A手机用例集"
readme = "README.md" readme = "README.md"
authors = [{ name = "liumin", email = "liumin@glrocy.com" }] authors = [{ name = "liumin", email = "liumin@glrocy.com" }]
requires-python = "==3.12.6" requires-python = ">3.12.5"
dependencies = ["glrocky-sdk", "uvicorn>=0.34.2"] dependencies = ["glrocky-sdk", "uvicorn>=0.34.2"]