Remove support for py34

Due to the change from Ubuntu Trusty to Xenial, only python3.5 is
available(Python3.4 is restricted to <= Mitaka). So, there is no
need to continue to keep these settings.

Change-Id: I07bf6c3299a2e509a2d30342922459dc79c8f281
This commit is contained in:
howardlee 2017-07-19 11:13:37 +08:00 committed by howard lee
parent 55e301689c
commit 27127378b6
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Remove the support of python3.4, because in Ubuntu Xenial only
python3.5 is available (python3.4 is restricted to <= Mitaka).

View File

@ -16,7 +16,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]