From 3e7fc8ec5114dbd7137156b0629af34498a63bfe Mon Sep 17 00:00:00 2001 From: Rodrigo Tobar Date: Wed, 27 Apr 2022 10:00:13 +0800 Subject: [PATCH] Update Travis Linux distribution to focal This comes with a change on supported Python versions, with 3.4 being removed from the list, which meant one of the "special cases" we test against had to be done against a different python version (which isn't a problem anyway). Signed-off-by: Rodrigo Tobar --- .travis.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b1c7b7b..d4eca3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ version: ~> 1.0 language: python -dist: xenial +dist: focal addons: apt: packages: [libyajl-dev] @@ -71,20 +71,18 @@ jobs: - python: "2.7" env: YAJL_VERSION=1.0.12 - python: "2.7" - - python: "3.4" - env: YAJL_VERSION=1.0.9 - - python: "3.4" - python: "3.5" env: UPLOAD_C_COVERAGE=yes - python: "3.5" env: YAJL_VERSION=cant_find_it - python: "3.6" + env: YAJL_VERSION=1.0.9 - python: "3.7" - python: "3.7" env: YAJL_VERSION=none - python: "3.8" - python: "3.9" - - python: "3.10-dev" + - python: "3.10" #build wheels - name: linux wheels build