From 084318a5ef60ffdafbff483949fb505f071b9860 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 ef5f708..b0b4da1 100644 --- a/setup.py +++ b/setup.py @@ -59,5 +59,6 @@ def load_about(): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ], )