python: Drop support for Python 2.
commit9d7f21190b0879803e2335392615645f69c17a15
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 11 Sep 2019 19:22:51 +0000 (11 20:22 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 11 Sep 2019 20:26:44 +0000 (11 21:26 +0100)
tree05fc961628a19b20c18cee5900daa37ee163d1ee
parent4eaf83b704b955c8d03966b1faa50a22f6071004
python: Drop support for Python 2.

Starting with nbdkit 1.16, Python >= 3.3 will be required.

Python 2 reaches end of life on 2020-01-01:
https://python3statement.org/
https://pythonclock.org/

Debian oldoldstable and RHEL 7 have Python 3.4 and 3.6 respectively,
so it seems pointless to try to support Python < 3.3 which lacked
support for PyUnicode_AsUTF8.
README
configure.ac
plugins/python/python.c