setup.cfg: add Programming Language :: Python :: 3.12 classifier (#82152)

ansible-core 2.16+ supports Python 3.12. This corrects missing metadata.
This commit is contained in:
Maxwell G
2023-11-27 08:25:01 -08:00
committed by GitHub
parent 71b00cefac
commit 32aedb8bab
+1
View File
@@ -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