mirror of
https://github.com/hect0x7/JMComic-Crawler-Python.git
synced 2025-09-26 22:31:30 +08:00
v2.5.31: pip包支持python3.13
This commit is contained in:
parent
a6ef7cf51d
commit
8274797c94
1
setup.py
1
setup.py
@ -43,6 +43,7 @@ setup(
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Operating System :: MacOS",
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Operating System :: Microsoft :: Windows",
|
||||
|
@ -2,7 +2,7 @@
|
||||
# 被依赖方 <--- 使用方
|
||||
# config <--- entity <--- toolkit <--- client <--- option <--- downloader
|
||||
|
||||
__version__ = '2.5.30'
|
||||
__version__ = '2.5.31'
|
||||
|
||||
from .api import *
|
||||
from .jm_plugin import *
|
||||
|
Loading…
Reference in New Issue
Block a user