From a62179fcb8d349b2abaab7f5c847a8129bb3a8a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Tue, 1 Oct 2019 14:43:45 +0200 Subject: [PATCH] Drop support for Python 2.6 - it is no longer supported - Travis cannot download Python 2.6 any more modified: .travis.yml modified: CHANGES.txt modified: appveyor.yml modified: tox.ini --- .travis.yml | 1 - CHANGES.txt | 2 ++ appveyor.yml | 2 -- tox.ini | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5380809..3bf538d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python sudo: false python: - - 2.6 - 2.7 install: - pip install zc.buildout==2.3.1 diff --git a/CHANGES.txt b/CHANGES.txt index ac009ab..3c4055e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,8 @@ Changelog - add Appveyor configuration for Windows wheel builds +- drop support for Python 2.6 + 2.13.12 (2017-12-01) -------------------- diff --git a/appveyor.yml b/appveyor.yml index 5591f30..13873b0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,8 +5,6 @@ environment: secure: y/k8TP312tLRATkXU5dq+g== matrix: - - python: 26 - - python: 26-x64 - python: 27 - python: 27-x64 diff --git a/tox.ini b/tox.ini index cadbfd3..5ca7651 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py26,py27 + py27 [testenv] commands =