From 32aedb8babb9a7a171f061972e2c23d9fa137ab8 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 27 Nov 2023 10:25:01 -0600 Subject: [PATCH] setup.cfg: add `Programming Language :: Python :: 3.12` classifier (#82152) ansible-core 2.16+ supports Python 3.12. This corrects missing metadata. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f7127b426f9..0b6b627e96c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,6 +29,7 @@ classifiers = Programming Language :: Python :: 3 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Programming Language :: Python :: 3 :: Only Topic :: System :: Installation/Setup Topic :: System :: Systems Administration