From f9817a25aa913171eeb318afbf44299badb49106 Mon Sep 17 00:00:00 2001 From: Lars Yencken Date: Sun, 26 Oct 2014 20:56:03 +1100 Subject: [PATCH] Drop unofficial Python 2.6 support. Before this branch, setup.py would abort on any Python version other than 2.7 anyway. Since our test runner no longer works on 2.6, we drop support here. --- .travis.yml | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7249b4b..e439c16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" - "3.3" - "3.4" diff --git a/setup.py b/setup.py index 588375a..104aa3d 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,6 @@ 'License :: OSI Approved :: ISC License (ISCL)', 'Natural Language :: English', "Programming Language :: Python :: 2", - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3',