summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorshu-mutou <shu-mutou@rf.jp.nec.com>2015-12-02 17:18:50 +0900
committershu-mutou <shu-mutou@rf.jp.nec.com>2015-12-04 19:30:28 +0900
commit4fdb92509145eed6c7911bba95c8816ac7c112f8 (patch)
treecf86e011c97af97af178f319c3da5fb2960bbbea /setup.cfg
parenta109193fa7eca73f6b0c57cbde8db84aaf588be1 (diff)
downloadpython-saharaclient-4fdb92509145eed6c7911bba95c8816ac7c112f8.tar.gz
Remove py26 support
As of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. since we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Change-Id: I7920b554f541c2c40a8a3145662a0eff7faadf2f Closes-Bug: 1519510
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index c34978f..3858594 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,6 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
- Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4