From 78546382b36781bc11ff555dc47675bc8b70bd81 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 7 Nov 2023 09:23:47 -0600 Subject: [PATCH] setup.cfg: add `Programming Language :: Python :: 3.12` classifier (#82151) 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