From b8388cd76e5c9df57e12bf67c7a41a47a73ade75 Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Wed, 30 Jun 2021 09:09:07 +0100 Subject: [PATCH] travis: Drop testing Python 3.5 and 3.6 A few libraries we depend on no longer support old versions of Python like 3.5 and 3.6. Remove testing for these old versions. --- .travis.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2aec676c74..30f38ab7e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -201,7 +201,7 @@ matrix: name: "tools-py35" env: NAME=tools-py3.5 language: python - python: 3.5 + python: 3.7 install: # Install gcc - source_pkg gcc @@ -227,16 +227,6 @@ matrix: - coverage run -a tools/project.py -S | sed -n '/^Total/p' - coverage html - - <<: *pytools-vm - name: "tools-py36" - env: NAME=tools-py3.6 - python: 3.6 - - - <<: *pytools-vm - name: "tools-py37" - env: NAME=tools-py3.7 - python: 3.7 - - &extended-vm stage: "Pin validation" name: "pinvalidate"