From 23e821de38cd624095843d85084e9a2a81bfe363 Mon Sep 17 00:00:00 2001 From: Murray Christopherson Date: Thu, 9 Apr 2020 22:23:48 -0400 Subject: [PATCH] dropping support for 2.7 and 3.4 --- .travis.yml | 1 - setup.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9ea82f8..371ce5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.7" - "3.5" - "3.6" cache: pip diff --git a/setup.py b/setup.py index 02fb046..cd54f3a 100644 --- a/setup.py +++ b/setup.py @@ -24,9 +24,7 @@ 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', ],