summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-05-08 16:02:26 -0400
committerDavanum Srinivas <davanum@gmail.com>2015-05-13 11:39:43 -0400
commit2ef21b3210cd66cf049c6d7ba3b15a6242877c0c (patch)
treefe9f205ba97fec1c2aa3914e0326ed8ce640ca95 /setup.cfg
parent7181188259d1982683ea054ca61e29ddfecb5305 (diff)
downloadstevedore-2ef21b3210cd66cf049c6d7ba3b15a6242877c0c.tar.gz
Fix Python versions supported
We have CI for 2.6, 2.7, 3.4. So make sure all references to other versions are removed and all 3 versions above are correctly mentioned where required. Make sure we specify 3.4 everywhere needed Change-Id: I2c90bccfc7495bf8197319196a12b2a8bd0519f1
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 9905785..b3df21d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,10 +10,10 @@ classifier =
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.2
- Programming Language :: Python :: 3.3
+ Programming Language :: Python :: 3.4
Intended Audience :: Developers
Environment :: Console