ansible / ansible-runner

A tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible.
Other
970 stars 357 forks source link

[release_2.3] Add `python_requires = >= 3.8` #1210

Closed hswong3i closed 1 year ago

hswong3i commented 1 year ago

Fixes https://github.com/ansible/ansible-runner/issues/1205

Shrews commented 1 year ago

Our general process is to first merge into devel branch, and then git cherry-pick -x onto the other active branches. I'll close this and take care of that for you. Thanks for the contribution.