Python 3.5 is now needed

* NEWS, README, HACKING, doc/org/install.org, m4/pypath.m4: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2021-11-16 09:51:59 +01:00
parent bc063b13f3
commit a5f080338c
5 changed files with 5 additions and 5 deletions

2
README
View file

@ -76,7 +76,7 @@ Requirements
Spot requires a C++17-compliant compiler. G++ 7.x or later, as well
as Clang++ 5.0 or later should work.
Spot expects a complete installation of Python (version 3.3 or later).
Spot expects a complete installation of Python (version 3.5 or later).
Especially, Python's headers files should be installed. If you don't
have Python installed, and do NOT want to install it, you should run
configure with the --disable-python option (see below).