feat: change python version to 3.11
All checks were successful
build / build (pull_request) Successful in 2m45s
build / build (push) Successful in 2m47s

This commit is contained in:
李衍志523370910113 2025-03-05 13:29:09 +08:00
parent 3a75169e8c
commit d1a9530758

View File

@ -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"