summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2017-03-07 14:43:01 -0800
committerEric Brown <browne@vmware.com>2017-03-20 19:06:51 +0000
commit4746e0bb5850d8fbf5cbf5f0a1d25b53a713bf65 (patch)
treeecc0fbae5674da20b0156c618473425baa058bfb /setup.cfg
parentba24847cbee16535d99b2f41e861877d65be0200 (diff)
downloadpython-novaclient-4746e0bb5850d8fbf5cbf5f0a1d25b53a713bf65.tar.gz
Remove py34 tox env and pypi classifier
Currently only py27 and py35 (not py34) is tested in the gate, so py34 should no longer be part of the tox environment or part of the PyPi classifier. Change-Id: I81058c5df47c4dae3c331d0030141896b6a9f1bb
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 dc0bc305..ef9c9551 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,7 +19,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]