From 27127378b63ea706c457544200fff3a6abed98ed Mon Sep 17 00:00:00 2001 From: howardlee Date: Wed, 19 Jul 2017 11:13:37 +0800 Subject: [PATCH] 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 --- .../notes/remove-support-of-py34-7d59fdb431fefe24.yaml | 5 +++++ setup.cfg | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml diff --git a/releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml b/releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml new file mode 100644 index 0000000000..093228a777 --- /dev/null +++ b/releasenotes/notes/remove-support-of-py34-7d59fdb431fefe24.yaml @@ -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). diff --git a/setup.cfg b/setup.cfg index b292970585..9eeb0235e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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]