From 0ca032265ac576ec662437ac1f4192607a8777a3 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Fri, 8 May 2020 11:53:18 -0700 Subject: [PATCH] Drop official support for Python 3.4 (#121) Python 3.4 has reached end-of-life so remove it from the set of officially supported Python versions. --- .travis.yml | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b16e97b..94df07a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ branches: language: python python: - "2.7" - - "3.4" - "3.5" - "3.6" - "3.7" diff --git a/setup.py b/setup.py index cb49f8f..a2fce68 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,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',