From fc3ebe91e64c5dce650cc133476c272652a3e599 Mon Sep 17 00:00:00 2001
From: Greg Dubicki <566632+gdubicki@users.noreply.github.com>
Date: Sat, 6 Apr 2024 14:26:49 +0100
Subject: [PATCH] Fix: we removed Python 3.7 support

in https://github.com/your-tools/tsrc/pull/382
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b7e57eff..37274fc5 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ It can be [seen in action on asciinema.org](https://asciinema.org/a/131625).
 
 ## Requirements
 
-Python **3.7** or later
+Python **3.8** or later
 
 ## Installation