From c42a5aa1286daae8e4d156c40d06a92b7361d01a 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 1321b04..2bee504 100644 --- a/setup.py +++ b/setup.py @@ -58,5 +58,6 @@ def load_about(): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ], )