summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authordeepakmourya <deepak.mourya@nectechnologies.in>2017-06-08 12:00:20 +0530
committerDeepak Mourya <deepak.mourya@nectechnologies.in>2017-06-08 08:02:15 +0000
commitfbd33a16affdbafc39488a438a3ab864dd356246 (patch)
treefc3ec14d56a77e07780388e648e2d5eaa3f4bb5b /setup.cfg
parent725b45376a21696189d07e1a2734b060b8122b95 (diff)
downloadpython-ironicclient-fbd33a16affdbafc39488a438a3ab864dd356246.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: Ieb56cf5facaecc9f0af2904fef99104446ca8299
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index be77dfc..383135b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,7 @@ summary = OpenStack Bare Metal Provisioning API Client Library
description-file = README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
-home-page = http://docs.openstack.org/developer/python-ironicclient
+home-page = https://docs.openstack.org/developer/python-ironicclient
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -15,7 +15,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]