Remove support for py34

1. What is the problem

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.

2. What is the solution to the problem
Remove py34 support

3. What the features need to be implemented to the Tricircle
No new features

Change-Id: Id0652300c2b824cc3f6d6ae9453b8bc818fdaba1
This commit is contained in:
liusheng 2017-02-09 10:36:00 +08:00
parent a43174cfcd
commit 96a7ca2a57
1 changed files with 0 additions and 1 deletions

View File

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