From 74e09416af63001bc8e6b909433966e3815a4656 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby Date: Tue, 23 Apr 2019 14:09:41 +0200 Subject: [PATCH] python 3.4 reached end of life https://www.python.org/dev/peps/pep-0429/ --- .travis.yml | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e7808c..9303177 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ language: python matrix: include: - python: "2.7" - - python: "3.4" - python: "3.5" - python: "3.6" - python: "3.7" diff --git a/setup.py b/setup.py index d0017af..85b89a0 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,6 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Topic :: Internet :: WWW/HTTP',