mirror of
https://github.com/ChenXu233/nonebot_plugin_dialectlist.git
synced 2025-09-23 04:46:23 +00:00
⬇️ 限制python为3.12以下(3.13依赖不支持)
This commit is contained in:
@ -18,7 +18,7 @@ dependencies = [
|
||||
"pillow>=10.4.0",
|
||||
"nonebot-plugin-uninfo>=0.1.1",
|
||||
]
|
||||
requires-python = ">=3.9,<4.0"
|
||||
requires-python = ">=3.9,<3.13"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
|
||||
|
Reference in New Issue
Block a user