From e275458244bfb27f4edf005e66fb82ce01d91e4f Mon Sep 17 00:00:00 2001 From: pc Date: Thu, 23 Apr 2026 18:07:34 +0800 Subject: [PATCH] upgrade python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70e0254..8966e07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.3.1" description = "广州电信WIFI测试-e2e" readme = "README.md" authors = [{ name = "liumin", email = "liumin@glrocy.com" }] -requires-python = "==3.12.6" +requires-python = ">3.12.5" dependencies = [ "glrocky-sdk",