feat: 升级 V3 默认运行时至 Python 3.14 与 Debian Trixie (#6382)

This commit is contained in:
InfinityPacer
2026-08-22 07:16:35 +08:00
committed by GitHub
parent 3b1c0bb93d
commit 3a5947cc88
36 changed files with 149 additions and 1030 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
name = "moviepilot"
# MoviePilot 不作为 Python 包发布,产品版本继续由 version.py 管理。
version = "0"
requires-python = ">=3.12"
requires-python = ">=3.14"
dependencies = [
"aiofiles~=25.1.0",
"aioshutil~=1.6",