summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2015-11-26 18:09:38 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2015-11-26 18:09:38 +0800
commitbb73a14d2419239133e21673754a6994e885e2a0 (patch)
tree0446999aa0b0552a00b7bcb5096fab93431d02c1
parent284b7636af5f71297fe3a2870ca500eb6fa39044 (diff)
downloadstevedore-bb73a14d2419239133e21673754a6994e885e2a0.tar.gz
Clean up Python 2.6 related stuff
Change-Id: I303465277b30dff66129b6c65112b3e427ee6292
-rw-r--r--.travis.yml1
-rw-r--r--doc/source/install.rst2
-rw-r--r--stevedore/example/setup.py1
-rw-r--r--stevedore/example2/setup.py1
4 files changed, 1 insertions, 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',