From 55557c37a004a7d299875fae36d1dc6dd4821f59 Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Sat, 7 Mar 2026 16:17:44 +0000 Subject: [PATCH] Add Python version requirement in uv_python documentation --- plugins/modules/uv_python.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/modules/uv_python.py b/plugins/modules/uv_python.py index 049ea21ad5..ae5367276d 100644 --- a/plugins/modules/uv_python.py +++ b/plugins/modules/uv_python.py @@ -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: