From e8051c04497738e4faa659ed5595f0ba03339ff1 Mon Sep 17 00:00:00 2001 From: James Cooke Date: Mon, 25 Sep 2023 12:36:39 +0100 Subject: [PATCH] Add explicit py312 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 749cc26..057390b 100644 --- a/setup.py +++ b/setup.py @@ -49,6 +49,7 @@ def readme(): 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Programming Language :: Python', ], zip_safe=False,