From 8ff8e709acd3f7ab2bc05bae17558edcfe5e7e0b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 4 Oct 2016 08:59:34 -0400 Subject: [PATCH] Drop testing for Python 2.6 --- .travis.yml | 1 - setup.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 989776a..c23a7de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - 2.6 - 2.7 - 3.2 - 3.3 diff --git a/setup.py b/setup.py index c7232fd..6d47526 100644 --- a/setup.py +++ b/setup.py @@ -79,8 +79,6 @@ setup( 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.5', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2',