]> Git Repo - qemu.git/commitdiff
travis: Replace Python 3.4 build with 3.5
authorEduardo Habkost <[email protected]>
Fri, 20 Dec 2019 16:45:27 +0000 (13:45 -0300)
committerEduardo Habkost <[email protected]>
Fri, 20 Dec 2019 16:45:59 +0000 (13:45 -0300)
We'll start requiring Python 3.5 to build QEMU.

Signed-off-by: Eduardo Habkost <[email protected]>
.travis.yml

index 376b7d6dfa8db7dfcb972d55e8f6737be46d5809..638fba4799ac46c1e531ad79656eac1e2b683593 100644 (file)
@@ -247,7 +247,7 @@ matrix:
         - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"
       language: python
       python:
-        - "3.4"
+        - "3.5"
 
 
     - env:
This page took 0.031234 seconds and 4 git commands to generate.