1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

feat: 支持 python3.13 版本

This commit is contained in:
涵曦
2024-12-31 13:04:49 +08:00
parent f2f1f43b93
commit 6bc3c46d00

View File

@@ -22,7 +22,7 @@ dependencies = [
"requests>=2.32.3",
"sentry-sdk[fastapi]==1.45.1",
]
requires-python = ">=3.10,<=3.12"
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}