change python version

This commit is contained in:
2026-04-24 12:04:18 +08:00
parent db6bb86681
commit f8ceb035ef

View File

@@ -4,7 +4,7 @@ version = "0.3.2"
description = "samsung手机用例集" description = "samsung手机用例集"
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"]