1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-07 15:02:55 +08:00

build: 限定python版本必须是3.10和3.11

This commit is contained in:
涵曦
2024-07-30 06:41:52 +00:00
parent 4de032e193
commit f1635f8e32
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ dependencies = [
"starlette>=0.37.2",
"aiofiles>=24.1.0",
]
requires-python = ">=3.10"
requires-python = ">=3.10,<3.12"
readme = "README.md"
license = {text = "MIT"}