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,