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:
parent
55e301689c
commit
27127378b6
@ -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).
|
@ -16,7 +16,6 @@ classifier =
|
|||||||
Programming Language :: Python :: 2
|
Programming Language :: Python :: 2
|
||||||
Programming Language :: Python :: 2.7
|
Programming Language :: Python :: 2.7
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.4
|
|
||||||
Programming Language :: Python :: 3.5
|
Programming Language :: Python :: 3.5
|
||||||
|
|
||||||
[files]
|
[files]
|
||||||
|
Loading…
Reference in New Issue
Block a user