From 0adf7419cef7c977fb9983e09986f62ccb667811 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Mon, 27 May 2019 20:42:11 -0400 Subject: [PATCH] [testing] Remove python 3.4 from setup/Travis CI --- .travis.yml | 2 -- setup.py | 1 - 2 files changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d737f39..f3ee0d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,7 @@ language: python python: - 3.6 - 3.5 - - 3.4 - 2.7 - # - 2.6 cache: pip diff --git a/setup.py b/setup.py index 1789b2f..5ac9098 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,6 @@ setup( "Programming Language :: Python :: 2", 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',