From c9cd99875b9d6b7578a299cf571ee2ad41ae6b34 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 a2c9a6a..9ab0ae1 100644 --- a/setup.py +++ b/setup.py @@ -57,5 +57,6 @@ def load_about(): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ], )