Skip to content

Commit

Permalink
Remove Python 3.5/3.6 From Tests - Resolves Issue #617
Browse files Browse the repository at this point in the history
  • Loading branch information
derks committed Dec 18, 2021
1 parent ba84891 commit 20596b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ sudo: false
script: ./scripts/travis.sh
os:
- linux
python:
- "3.5"
- "3.6"
matrix:
include:
- python: "3.7"
Expand All @@ -17,9 +14,6 @@ matrix:
- python: "3.9"
dist: "xenial"
sudo: true
- python: "3.10"
dist: "focal"
sudo: true
services:
- memcached
- redis-server

0 comments on commit 20596b5

Please sign in to comment.