From 2ea289c8a2d56c4971983fdac32835b198286694 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 20 May 2021 16:23:08 +0200 Subject: [PATCH] Drop unsupported Python versions from Travis test grid --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7cd071a..35d3163e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,15 +9,10 @@ arch: - arm64 python: - - 3.5 - 3.6 - 3.7 - 3.8 -matrix: - include: - - python: 2.7 - install: - sudo apt-get install -y bc - pip install -U pip setuptools wheel