From 2abd5ed249effdcfcd311329a1ac338fd364de51 Mon Sep 17 00:00:00 2001 From: yupix Date: Tue, 20 Feb 2024 21:29:55 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20python3.12=E3=82=92=E5=BF=85=E9=A0=88?= =?UTF-8?q?=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 36e3738..b3cefd7 100644 --- a/setup.py +++ b/setup.py @@ -27,14 +27,14 @@ 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', ],