v2.5.31: pip包支持python3.13

This commit is contained in:
hect0x7 2025-03-08 23:23:28 +08:00
parent a6ef7cf51d
commit 8274797c94
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ setup(
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: MacOS", "Operating System :: MacOS",
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows", "Operating System :: Microsoft :: Windows",

View File

@ -2,7 +2,7 @@
# 被依赖方 <--- 使用方 # 被依赖方 <--- 使用方
# config <--- entity <--- toolkit <--- client <--- option <--- downloader # config <--- entity <--- toolkit <--- client <--- option <--- downloader
__version__ = '2.5.30' __version__ = '2.5.31'
from .api import * from .api import *
from .jm_plugin import * from .jm_plugin import *