diff --git a/src-python/setup.py b/src-python/setup.py index 7b6ff3b..92796c0 100644 --- a/src-python/setup.py +++ b/src-python/setup.py @@ -50,5 +50,6 @@ def read(fname): 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ], python_requires='>=3.8')