summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',