chore: update minial python to 3.9 for all packages
All checks were successful
build / build (push) Successful in 1m39s

This commit is contained in:
张泊明518370910136 2024-10-21 07:31:05 -04:00
parent c30dc27add
commit 7474b5b825
GPG Key ID: D47306D7062CDA9D

View File

@ -13,7 +13,7 @@ dependencies = [
"inquirer>=3.4.0", "inquirer>=3.4.0",
"rtoml>=0.11.0", "rtoml>=0.11.0",
] ]
requires-python = ">=3.6" requires-python = ">=3.9"
authors = [{ name = "JOJ3-dev", email = "joj3@focs.ji.sjtu.edu.cn" }] authors = [{ name = "JOJ3-dev", email = "joj3@focs.ji.sjtu.edu.cn" }]
maintainers = [] maintainers = []
description = "JOJ3 json configuration file generator" description = "JOJ3 json configuration file generator"