configure: Bump the minimum required Python version to 3.6
commit1b11f28d05121fec43a12389b673cc2d7e1d2e26
authorThomas Huth <thuth@redhat.com>
Fri, 25 Sep 2020 15:40:27 +0000 (25 16:40 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 2 Oct 2020 11:29:23 +0000 (2 12:29 +0100)
treeb2f9e6e9ae36b1aeb5ca4be3e991ffca13c3eaa0
parent254ef17e3f444d1bee03a4274fdd59e853321d5e
configure: Bump the minimum required Python version to 3.6

All our supported build platforms have Python 3.6 or newer nowadays, and
there are some useful features in Python 3.6 which are not available in
3.5 yet (e.g. the type hint annotations which will allow us to statically
type the QAPI parser), so let's bump the minimum Python version to 3.6 now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200923162908.95372-1-thuth@redhat.com>
Message-Id: <20200925154027.12672-16-alex.bennee@linaro.org>
configure
docs/conf.py
tests/qemu-iotests/iotests.py