README: mention Python version also in build dependencies

This commit is contained in:
Johannes Altmanninger
2025-08-29 20:15:14 +02:00
parent df3fc48a21
commit ca131f7440

View File

@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~