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

uv_python module: increment patch version

This commit is contained in:
Mariam Ahhttouche 2026-02-24 11:24:47 +01:00
parent 43b7b562ab
commit 16170301c0

View file

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