From a37defc7576b10711a14b5a0afccc1b25fe87535 Mon Sep 17 00:00:00 2001 From: Alexander Condello Date: Wed, 6 Dec 2023 16:14:52 -0800 Subject: [PATCH] Add missing classifier for 3.12 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 9c4fa6ef3..7273ea419 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython license = Apache 2.0