From 3cf98d25a9322d1be72217601be30fa38f61173c 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 36db9831..394dfa16 100644 --- a/setup.py +++ b/setup.py @@ -50,5 +50,6 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ], )