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

uv_python module: update module version

This commit is contained in:
Mariam Ahhttouche 2026-02-23 14:50:54 +01:00
parent 69e68090fd
commit 9aad044f25

View file

@ -9,7 +9,7 @@ module: uv_python
short_description: Manage Python versions and installations using C(uv) Python package manager.
description:
- Install, uninstall or upgrade Python versions managed by C(uv).
version_added: "1.0.0"
version_added: "0.1.0"
requirements:
- C(uv) must be installed and available in C(PATH).
- C(uv) version must be at least C(0.8.0).