From c707bcc6396c9ed2f26de42f44b439bb394032f1 Mon Sep 17 00:00:00 2001 From: yupix Date: Wed, 3 Jan 2024 09:50:28 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=85=E8=A6=81=E3=81=AApython?= =?UTF-8?q?=E3=81=AE=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92?= =?UTF-8?q?3.12=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 77675d1..695d239 100644 --- a/setup.py +++ b/setup.py @@ -43,14 +43,14 @@ setup( author="yupix", author_email="yupi0982@outlook.jp", license="MIT", - python_requires=">=3.11, <4.0", + python_requires=">=3.12, <4.0", description=description, long_description=long_description, long_description_content_type="text/markdown", packages=packages, classifiers=[ "Development Status :: 2 - Pre-Alpha", - "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Natural Language :: Japanese", "License :: OSI Approved :: MIT License", ],