From bb73a14d2419239133e21673754a6994e885e2a0 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Thu, 26 Nov 2015 18:09:38 +0800 Subject: [PATCH] Clean up Python 2.6 related stuff Change-Id: I303465277b30dff66129b6c65112b3e427ee6292 --- .travis.yml | 1 - doc/source/install.rst | 2 +- stevedore/example/setup.py | 1 - stevedore/example2/setup.py | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 311b4e0..776882d 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/doc/source/install.rst b/doc/source/install.rst index da49430..9b4dcea 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -5,7 +5,7 @@ Installation Python Versions =============== -stevedore is tested under Python 2.6, 2.7 and 3.4. +stevedore is tested under Python 2.7 and 3.4. .. _install-basic: diff --git a/stevedore/example/setup.py b/stevedore/example/setup.py index a6667be..4289971 100644 --- a/stevedore/example/setup.py +++ b/stevedore/example/setup.py @@ -15,7 +15,6 @@ setup( 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', diff --git a/stevedore/example2/setup.py b/stevedore/example2/setup.py index dda4c43..17fe130 100644 --- a/stevedore/example2/setup.py +++ b/stevedore/example2/setup.py @@ -15,7 +15,6 @@ setup( 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4',