From d1a95307584b5c917e0e5df62f9f608cd84cbe8d Mon Sep 17 00:00:00 2001 From: jon-lee Date: Wed, 5 Mar 2025 13:29:09 +0800 Subject: [PATCH] feat: change python version to 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88219fe..9dafc0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "rtoml>=0.11.0", "humanfriendly>=10.0", ] -requires-python = ">=3.9" +requires-python = ">=3.11" authors = [{ name = "JOJ3-dev", email = "joj3@focs.ji.sjtu.edu.cn" }] maintainers = [] description = "JOJ3 json configuration file generator"