From a1092b798e917742019faa5451c3a049b7909f20 Mon Sep 17 00:00:00 2001 From: Artur Maciag Date: Wed, 22 May 2019 09:12:21 +0100 Subject: [PATCH] End of Python 3.4 support --- .travis.yml | 1 + setup.py | 1 - tox.ini | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 691c4e1..52e9140 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ matrix: allow_failures: - python: 3.2 # EOL - python: 3.3 # EOL + - python: 3.4 # EOL - python: nightly before_install: - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi diff --git a/setup.py b/setup.py index 5455793..bc0247f 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,6 @@ def run_tests(self): "Topic :: Software Development :: Libraries :: Python Modules", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", diff --git a/tox.ini b/tox.ini index 53559e4..e582da4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py27,py34,py35,py36}-{default,simplejson} +envlist = {py27,py35,py36}-{default,simplejson} [testenv] deps =