From e9f166cb9661cf1fb6d5fda469c98ff7cedbdec7 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 10 Sep 2019 23:07:09 -0700 Subject: [PATCH] travis/tox/appveyor: remove py3.3 and py3.4 We support py2.7, and py3.5 and higher. --- .appveyor.yml | 1 - .travis.yml | 3 --- tox.ini | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5f17e37..db98a65 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,7 +14,6 @@ environment: - PYTHON: "C:\\Python27" - PYTHON: "C:\\Python27-x64" DISTUTILS_USE_SDK: "1" - - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python36" - PYTHON: "C:\\Python36-x64" diff --git a/.travis.yml b/.travis.yml index 33c3dad..ebab888 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,6 @@ after_success: matrix: include: - python: 2.7 - - python: 3.3 - - python: 3.4 - python: 3.5 - python: 3.6 - python: 3.7 @@ -34,5 +32,4 @@ matrix: dist: xenial - python: nightly allow_failures: - - python: 3.3 - python: nightly diff --git a/tox.ini b/tox.ini index 8e49272..224f658 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = {py27,py34,py35,py36,py37,pypy} +envlist = {py27,py35,py36,py37,pypy} skip_missing_interpreters = True minversion = 2.4.0