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:
parent
6521f08c09
commit
55557c37a0
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue