From 8c526794b7b9735fd2d00f90e8f8f4569728b32c Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Thu, 5 Mar 2026 14:05:55 +0100 Subject: [PATCH] Add another example in documentation --- plugins/modules/uv_python.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/modules/uv_python.py b/plugins/modules/uv_python.py index e3464d9f62..4391202ace 100644 --- a/plugins/modules/uv_python.py +++ b/plugins/modules/uv_python.py @@ -74,6 +74,11 @@ EXAMPLES = r""" community.general.uv_python: version: "3.14" +- name: Upgrade Python 3.14 + community.general.uv_python: + version: 3.14 + state: latest + - name: Remove Python 3.13.5 community.general.uv_python: version: 3.13.5