From 15510c094674cd580cd9a0311fbb41668d52c06d Mon Sep 17 00:00:00 2001 From: m1ghtfr3e <48571260+m1ghtfr3e@users.noreply.github.com> Date: Fri, 15 Jan 2021 14:32:57 +0000 Subject: [PATCH] Update .travis.yml : removed python 3.4 & 3.5 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9ee936..03cf5eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: python python: - - "3.4" - - "3.5" - "3.6" - "3.7" - "3.8"