⬆️ 解除python依赖限制

This commit is contained in:
XuChenXu 2024-12-18 21:05:18 +08:00
parent 5b94bc0fff
commit 0954eb4f3e

View File

@ -17,7 +17,7 @@ dependencies = [
"pillow>=10.4.0",
"nonebot-plugin-uninfo>=0.1.1",
]
requires-python = ">=3.9,<3.13"
requires-python = ">=3.9,<4.0"
readme = "README.md"
license = {text = "MIT"}