require python 3.6

* HACKING, NEWS, README, doc/org/install.org: Update.
* m4/pypath.m4, python/spot/__init__.py: Adjust requirements.
* python/spot/ltsmin.i: Don't use capture_output, this is a 3.7
option.
This commit is contained in:
Alexandre Duret-Lutz 2024-03-26 16:21:44 +01:00
parent 88f8af22c3
commit df44f7a5c2
7 changed files with 17 additions and 10 deletions

View file

@ -22,7 +22,7 @@ successful development build]].
Spot requires a C++17-compliant compiler. =g++= 7.0 or later, as well
as =clang++= 5.0 or later should work.
Spot expects a complete installation of Python (version 3.5 or later).
Spot expects a complete installation of Python (version 3.6 or later).
Especially, Python's headers files should be installed (the package to
install has a name like =python-dev= or =libpython3-dev= in most
distributions). If you don't have Python installed, and do NOT want