diff --git a/pyproject.toml b/pyproject.toml index 24a9c9c..0f010fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.3.2" description = "samsung手机用例集" 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"]