From fb1b30e08b8fc0d05d57f3c6ac43d9976930ca38 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Wed, 19 Dec 2018 11:20:35 -0500 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: I01cfffa2a18a287420a59b9b218e08e848253b27 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e3a7d47f..4bc83867 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 Programming Language :: Python :: 3.6