From eab733409fb4fa0f0cba1ebeb1c2c706ef794bf5 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Tue, 12 Oct 2021 15:32:21 -0700 Subject: Drop support for EOL Python 3.5 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e9adf84..c1ca29c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,11 @@ language: python dist: xenial python: - - '3.5' - '3.6' - '3.7' - '3.8' - '3.9' - - '3.10' + - '3.10-dev' install: - pip install -U pip - pip install . -- cgit v1.2.3