From e2441b76fc8a4ffc09451bedc7a559116ae28e61 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Tue, 6 Feb 2024 01:29:03 +0100 Subject: [PATCH] add py3.12 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b582bd38..1b0a3cb7 100644 --- a/setup.py +++ b/setup.py @@ -86,6 +86,7 @@ def run_tests(self): 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: Implementation :: Stackless',