From: Eduardo Habkost Date: Fri, 20 Dec 2019 16:45:27 +0000 (-0300) Subject: travis: Replace Python 3.4 build with 3.5 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=49233804f5c458d61d8eb903c19d62edb3434db2;p=qemu.git travis: Replace Python 3.4 build with 3.5 We'll start requiring Python 3.5 to build QEMU. Signed-off-by: Eduardo Habkost --- diff --git a/.travis.yml b/.travis.yml index 376b7d6dfa..638fba4799 100644 --- a/.travis.yml +++ b/.travis.yml @@ -247,7 +247,7 @@ matrix: - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default" language: python python: - - "3.4" + - "3.5" - env: