From 624a36375d1354bfad9195897f0f11a5a9a621c8 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 9 Dec 2024 18:53:00 +0100 Subject: [PATCH] Correct required Python version in README Fixes: 3cc621b2f93b949834f1407985a0f27b7b5dd310 ("Drop Python < 3.8 support") --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53c64d8..4578745 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ ## necessary tools -- `python` (2 or 3) +- `python` 3 - `ansible`