From e02fa6798714f40718b14b5cef902ffb1f96266a Mon Sep 17 00:00:00 2001 From: Samuel Paes Date: Thu, 29 May 2025 16:46:58 -0300 Subject: [PATCH] Confirm python 3.12 support --- src-python/setup.py | 1 + 1 file changed, 1 insertion(+) 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')