Skip to content

Commit 8274797

Browse files
committed
v2.5.31: pip包支持python3.13
1 parent a6ef7cf commit 8274797

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"Programming Language :: Python :: 3.10",
4444
"Programming Language :: Python :: 3.11",
4545
"Programming Language :: Python :: 3.12",
46+
"Programming Language :: Python :: 3.13",
4647
"Operating System :: MacOS",
4748
"Operating System :: POSIX :: Linux",
4849
"Operating System :: Microsoft :: Windows",

src/jmcomic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# 被依赖方 <--- 使用方
33
# config <--- entity <--- toolkit <--- client <--- option <--- downloader
44

5-
__version__ = '2.5.30'
5+
__version__ = '2.5.31'
66

77
from .api import *
88
from .jm_plugin import *

0 commit comments

Comments
 (0)