python 2 is no longer supported

* m4/pypath.m4: Check for Python 3.2+.
* README, NEWS, HACKING: Reflect this change.
This commit is contained in:
Alexandre Duret-Lutz 2015-04-01 14:01:26 +02:00
parent a18327d488
commit 31b3862f48
4 changed files with 16 additions and 13 deletions

3
NEWS
View file

@ -132,6 +132,9 @@ New in spot 1.99b (not yet released)
- Boost is not used anymore.
- The Python bindings now assume Python 3.2 or later.
(In other words, Python 2 is not supported anymore.)
- The tgba_succ_iterator interface has changed. Methods next(),
and first() should now return a bool indicating whether the
current iteration is valid.