From ee002deb569c8a1fc49b3ca1aacf3114900450c2 Mon Sep 17 00:00:00 2001 From: Scott Small Date: Fri, 19 Jul 2024 10:45:09 -0700 Subject: [PATCH] Declare support for Python 3.12 in setup.py (#60) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b6703b6..7b943bc 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: Implementation :: PyPy' ], install_requires=(