From 9ec3e50e3b96a10db58175a206ed998ec5a8e3e3 Mon Sep 17 00:00:00 2001 From: Zhenwen Dai Date: Fri, 28 Apr 2023 09:42:20 +0100 Subject: [PATCH] Drop the Python 3.5 from the test env --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2fc73f0..7fa2e442 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ addons: # - "$HOME/install/" env: - - PYTHON_VERSION=3.5 - PYTHON_VERSION=3.6 - PYTHON_VERSION=3.7 - PYTHON_VERSION=3.8