Skip to content

Commit

Permalink
feat: python3.12を必須に
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Feb 20, 2024
1 parent 36494ef commit 2abd5ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down

0 comments on commit 2abd5ed

Please sign in to comment.