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

ansible-core 2.16+ supports Python 3.12. This corrects missing metadata.
This commit is contained in:
Maxwell G 2023-11-07 09:23:47 -06:00 committed by GitHub
parent d46b042a94
commit 78546382b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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