From ca131f7440162c759a52ef5582e5a0a0840b60b8 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Fri, 29 Aug 2025 20:15:14 +0200 Subject: [PATCH] README: mention Python version also in build dependencies --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 56e45426b..8aa11b64d 100644 --- a/README.rst +++ b/README.rst @@ -131,7 +131,7 @@ Compiling fish requires: Sphinx is also optionally required to build the documentation from a cloned git repository. -Additionally, running the full test suite requires Python 3, tmux, and the pexpect package. +Additionally, running the full test suite requires Python 3.5+, tmux, and the pexpect package. Building from source with CMake ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~