1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 13:19:13 +00:00

Add Python version requirement in uv_python documentation

This commit is contained in:
Mariam Ahhttouche 2026-03-07 16:17:44 +00:00
parent 6521f08c09
commit 55557c37a0

View file

@ -11,7 +11,8 @@ description:
- Install, uninstall or upgrade Python versions managed by C(uv).
version_added: "12.5.0"
requirements:
- uv must be installed and available in PATH and uv version must be >= 0.8.0.
- uv must be installed and available in PATH and uv version must be at least 0.8.0.
- Python version must be at least 3.9
extends_documentation_fragment:
- community.general.attributes
attributes: