From 0e6628745d7d1226ac45a33c5cf16b47faf30de2 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Mon, 5 Jun 2017 11:24:50 +0700 Subject: [PATCH] Remove support for py34 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. Change-Id: Ie6dd3e017750c2dd64b3c3c9ffa23d28c559a5ad --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 506850d43..d991d7eea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,7 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 [global] setup-hooks =