From 47abc10af1aced32d33202b484384765f01a57fe Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 13 Apr 2024 18:47:43 -0400 Subject: [PATCH] Added Python v3.12 support to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d683f4e2..9083fa3f 100755 --- a/setup.py +++ b/setup.py @@ -100,6 +100,7 @@ setup( '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', 'License :: OSI Approved :: BSD License',