From 4e90634092ecf9b00d5a8620a99bf94eb003e7c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 3 Oct 2023 08:23:48 +0200 Subject: [PATCH] chore: mark compatibility with python 3.12 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 3625706..58b3e87 100644 --- a/setup.py +++ b/setup.py @@ -47,5 +47,6 @@ setup( "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ], )