Remove support for py26

Python 2.6 is not supported from Mitaka, as per Infra.
This patch removes the support and add py3 for the same.

Change-Id: I5cd5dd0297a8a7d7686fb384b97d634cbee53a9c
This commit is contained in:
Cao Xuan Hoang 2017-01-19 10:09:20 +07:00
parent 024f584378
commit 44da63f83b

View File

@ -19,7 +19,8 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Topic :: Internet :: WWW/HTTP
[global]