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
This commit is contained in:
deepakmourya 2017-06-08 12:00:20 +05:30 committed by Deepak Mourya
parent 725b45376a
commit fbd33a16af
1 changed files with 1 additions and 2 deletions

View File

@ -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]