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 10:25:01 -06:00 committed by GitHub
parent 71b00cefac
commit 32aedb8bab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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