降低python版本依赖

This commit is contained in:
2024-10-03 00:59:49 +08:00
parent a579c76002
commit af970a77ed
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,7 @@ dependencies = [
"psutil>=6.0.0",
"arclet-alconna>=1.8.30",
]
requires-python = ">=3.11"
requires-python = ">=3.10"
readme = "README.md"
license = { text = "MIT" }