diff --git a/plugins/modules/uv_python.py b/plugins/modules/uv_python.py index 658f573025..9c1a97cbcb 100644 --- a/plugins/modules/uv_python.py +++ b/plugins/modules/uv_python.py @@ -10,7 +10,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.10" +version_added: "12.5.0" requirements: - uv must be installed and available in PATH. - uv version must be at least 0.8.0.