From ab826d5e49e35d1169e77478f7d863fa21ff9833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=AD=20Gamboa?= Date: Tue, 21 May 2024 15:57:27 +0200 Subject: [PATCH] Add 3.12 to setup.py classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e0b4c70..6cc8a4b 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ def read(*parts): 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ], packages=find_packages(exclude=("tests",)), )