From aee0bc0c64eeedbce566b034634fb5ed07932128 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Tue, 3 Oct 2023 10:28:28 -0400 Subject: [PATCH] Add 3.12 to classifiers (#710) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 32e2e830..3c6281f4 100755 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ def get_version(): "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", "Topic :: Software Development :: Libraries :: Python Modules",