summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRui Chen <chenrui.momo@gmail.com>2017-02-09 10:42:08 +0800
committerRui Chen <chenrui.momo@gmail.com>2017-02-09 10:42:08 +0800
commit181c4a60aa6914947ab53ca948ca5952470a1c9d (patch)
tree4f5e33faa9ebc8973495245a0a35df09f2dc3e64 /setup.cfg
parent2cf63f9ca46145fd13604331ed5edf1cc348db30 (diff)
downloadpython-barbicanclient-181c4a60aa6914947ab53ca948ca5952470a1c9d.tar.gz
Remove support for py34
The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: If9a737676cd82f5e2170042da71f241ff35a0edb
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 91099d4..f972e5f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,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]