mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
⬆️ 升级(setup.py):将Python的最低版本要求从3.6.0升级到3.9.0
✨ 功能(setup.py):添加对Python 3.10的支持
This commit is contained in:
parent
72729dade8
commit
5fa538e640
6
setup.py
6
setup.py
@ -7,7 +7,7 @@ FOLDER = "dailycheckin"
|
||||
DESCRIPTION = "dailycheckin"
|
||||
EMAIL = "133397418@qq.com"
|
||||
AUTHOR = "Sitoi"
|
||||
REQUIRES_PYTHON = ">=3.6.0"
|
||||
REQUIRES_PYTHON = ">=3.9.0"
|
||||
VERSION = None
|
||||
|
||||
|
||||
@ -73,10 +73,8 @@ setup(
|
||||
entry_points={"console_scripts": ["dailycheckin = dailycheckin.main:checkin"]},
|
||||
classifiers=[
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user