Update Python version at setup.cfg for Mitaka

Python 3: Python 3.4 support
Python 2: Python 2.6 support dropped, Python 2.7 only
https://wiki.openstack.org/wiki/Python3

Change-Id: I99def31dd90d70ea1e16fa3491f409356eeaa03f
This commit is contained in:
KATO Tomoyuki
2015-12-12 07:59:53 +09:00
parent 06040638bd
commit dd1c1e49e1

View File

@@ -4,7 +4,7 @@ summary = OpenStack I18n
description-file = README.rst
author = OpenStack
author-email = openstack-i18n@lists.openstack.org
home-page = http://docs.openstack.org/
home-page = http://docs.openstack.org/developer/i18n/
classifier =
Environment :: OpenStack
Intended Audience :: I18n Contributors
@@ -14,10 +14,9 @@ classifier =
Operating System :: POSIX :: Linux
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.3
Programming Language :: Python :: 3.4
Topic :: I18n
[global]