Merge "Remove support for py34"

This commit is contained in:
Jenkins 2017-07-26 13:25:25 +00:00 committed by Gerrit Code Review
commit 6843807419
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]