summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChuck Carmack <carmack@us.ibm.com>2015-11-23 18:49:29 +0000
committerChuck Carmack <carmack@us.ibm.com>2015-11-30 16:04:24 +0000
commit81f8fa655ccecd409fe6dcda0d3763592c053e57 (patch)
treef5f1df2f9177ab5a40a4ed83e77dd0eca85fb097 /setup.cfg
parentd12d6f90cdd63d54b9b9f3d6e8e9e92f39529056 (diff)
downloadpython-novaclient-81f8fa655ccecd409fe6dcda0d3763592c053e57.tar.gz
Remove python 2.6 support from python-novaclient
Since oslo is removing support for python 2.6, nova needs to also remove support from clients and libraries. This commit is to remove support from python-novaclient. -- Python 2.6 compatibilty code was removed. -- Python 2.6 was removed as a tox environment, install venv, and from the classifiers in setup.cfg. -- Release notes have been updated. UpgradeImpact Co-Authored-By: Andrey Kurilin <andr.kurilin@gmail.com> Change-Id: I3f587ff38d478d075af5fd014e2b4b8416e185d4 Closes-bug: 1518390
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 174a80f8..e5173d75 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,9 +16,10 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
- Programming Language :: Python :: 2.6
+ Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.3
+ Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.4
[files]
packages =