From b2c17960df73bdef62065f067e8b0538b38da73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Mon, 5 Aug 2024 17:16:10 +0000 Subject: [PATCH] Update Python version in README Python 3.6 and 3.7 are EOL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b766a776a..f5776e326 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Building with cmake requires: - cmake >= 3.22.5 - ninja >= 1.10.2 (optional, but recommended) -Python >= 3.6 is also required with the following modules: +Python >= 3.8 is also required with the following modules: - pyelftools (package `python3-pyelftools`) - polib (package `python3-polib`)