From 3305383873c3bbdc4697997c37032b6144e8d831 Mon Sep 17 00:00:00 2001
From: Max Gautier <mg@max.gautier.name>
Date: Thu, 14 Mar 2024 12:54:31 +0000
Subject: [PATCH] Fix ansible python version range (#11009)

---
 docs/ansible.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ansible.md b/docs/ansible.md
index 6289e6554..3fbf57ea5 100644
--- a/docs/ansible.md
+++ b/docs/ansible.md
@@ -32,7 +32,7 @@ Based on the table below and the available python version for your ansible host
 
 | Ansible Version | Python Version |
 |-----------------|----------------|
-| >= 2.16.4       | 3.9-3.11       |
+| >= 2.16.4       | 3.10-3.12      |
 
 ## Inventory
 
-- 
GitLab