build: Make Python 3.6 the minimum to build now oss-fuzz is upgraded
authorAndrew Bartlett <abartlet@samba.org>
Thu, 9 Sep 2021 08:43:11 +0000 (20:43 +1200)
committerUri Simchoni <uri@samba.org>
Mon, 13 Sep 2021 04:53:32 +0000 (04:53 +0000)
commit5950fc66e017e5712a5bafbce16c92484eee4c16
treec884dfbb138edf87894df9cb38136efc7825d063
parent926db374a615e88003c99a476f45981beb30f8cf
build: Make Python 3.6 the minimum to build now oss-fuzz is upgraded

The exception to allow building, but not operating, with Python 3.5
was only because oss-fuzz provided only Python 3.5 on Ubuntu 16.04.

Ubuntu 20.04 is now the base image provided, so this exception can
be removed.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
buildtools/wafsamba/samba_python.py