mirror of
https://github.com/ansible/ansible.git
synced 2026-02-03 20:40:24 -05:00
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:
parent
71b00cefac
commit
32aedb8bab
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue