ansible-builder
ansible-builder copied to clipboard
Check minimum Python version
SUMMARY
- Ansible builder supports Python 3.8 and above. Added a check for minimum Python version checking.
Fixes: #407
Signed-off-by: Abhijeet Kasurde [email protected]
ISSUE TYPE
- Bugfix Pull Request
COMPONENT NAME
setup.py
Could we not just use python_requires
, discussed here?
@Shrews Can you please check the new change? Thanks