From f9b66d1839a0b7db0ab59a77e29ac346fc89fe5f Mon Sep 17 00:00:00 2001 From: Fumito Hamamura Date: Sat, 23 Dec 2023 14:53:01 +0900 Subject: [PATCH] DIST: (Re)Release v0.9.4 --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4aa714c..a5749ce 100644 --- a/setup.py +++ b/setup.py @@ -160,7 +160,8 @@ def get_package_data(top_dirs: list): 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', - 'Programming Language :: Python :: 3.11' + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12' ], # What does your project relate to? @@ -185,7 +186,7 @@ def get_package_data(top_dirs: list): # specifier string will prevent pip from installing the project on # other Python versions. # For example, if your package is for Python 3+ only, write: - python_requires='>=3.6', + python_requires='>=3.7', # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax,