From e48b4756fa9f26f5cdfadb52e6e1cfdae6dfaaf6 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Wed, 15 May 2024 18:25:29 +0300 Subject: [PATCH] Add Python 3.12 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 09507ee..358cf7a 100644 --- a/setup.py +++ b/setup.py @@ -63,6 +63,7 @@ setup( 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'License :: OSI Approved :: Apache Software License', ],