From 20596b5dff4188dc5a3c049e895acf0702af4596 Mon Sep 17 00:00:00 2001 From: BJ Dierkes Date: Sat, 18 Dec 2021 11:45:20 -0600 Subject: [PATCH] Remove Python 3.5/3.6 From Tests - Resolves Issue #617 --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c0fbba0..5d72375a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,6 @@ sudo: false script: ./scripts/travis.sh os: - linux -python: - - "3.5" - - "3.6" matrix: include: - python: "3.7" @@ -17,9 +14,6 @@ matrix: - python: "3.9" dist: "xenial" sudo: true - - python: "3.10" - dist: "focal" - sudo: true services: - memcached - redis-server