OSDN Git Service

travis: Replace Python 3.4 build with 3.5
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 20 Dec 2019 16:45:27 +0000 (13:45 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
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 <ehabkost@redhat.com>
.travis.yml

index 376b7d6..638fba4 100644 (file)
@@ -247,7 +247,7 @@ matrix:
         - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"
       language: python
       python:
-        - "3.4"
+        - "3.5"
 
 
     - env: