From 5fa538e640e971f0f21b34a771acf6e8a91c95fb Mon Sep 17 00:00:00 2001 From: shitao <133397418@qq.com> Date: Thu, 7 Mar 2024 14:52:19 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=E5=8D=87=E7=BA=A7(setup.p?= =?UTF-8?q?y)=EF=BC=9A=E5=B0=86Python=E7=9A=84=E6=9C=80=E4=BD=8E=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=A6=81=E6=B1=82=E4=BB=8E3.6.0=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=88=B03.9.0=20=20=20=E2=9C=A8=20=E5=8A=9F=E8=83=BD(setup.py)?= =?UTF-8?q?=EF=BC=9A=E6=B7=BB=E5=8A=A0=E5=AF=B9Python=203.10=E7=9A=84?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 9aa0200..96b88e8 100755 --- a/setup.py +++ b/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", ],