diff options
Diffstat (limited to 'PKG-INFO')
-rw-r--r-- | PKG-INFO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: ansible-core -Version: 2.14.13 +Version: 2.16.5 Summary: Radically simple IT automation Home-page: https://ansible.com/ Author: Ansible, Inc. @@ -21,21 +21,21 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (G Classifier: Natural Language :: English Classifier: Operating System :: POSIX Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Topic :: System :: Installation/Setup Classifier: Topic :: System :: Systems Administration Classifier: Topic :: Utilities -Requires-Python: >=3.9 +Requires-Python: >=3.10 Description-Content-Type: text/markdown License-File: COPYING Requires-Dist: jinja2>=3.0.0 Requires-Dist: PyYAML>=5.1 Requires-Dist: cryptography Requires-Dist: packaging -Requires-Dist: resolvelib<0.9.0,>=0.5.3 +Requires-Dist: resolvelib<1.1.0,>=0.5.3 [![PyPI version](https://img.shields.io/pypi/v/ansible-core.svg)](https://pypi.org/project/ansible-core) [![Docs badge](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://docs.ansible.com/ansible/latest/) |