From ab69992ba104052a7405fe7a98848b3495ab7b59 Mon Sep 17 00:00:00 2001
From: Simon Bjurek <simbj106@student.liu.se>
Date: Mon, 3 Feb 2025 14:54:15 +0000
Subject: [PATCH] Edit README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8f6a2984..d216f6dc 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ How to build and debug the library during development.
 
 The following packages are required in order to build the library:
 
-- [Python](https://python.org/) 3.8+
+- [Python](https://python.org/) 3.10+
 - Python dependencies (install with `pip install -r requirements.txt` or they will be installed as part of the
   installation process):
   - [Graphviz](https://graphviz.org/)
-- 
GitLab