From ebbb3eb028fb65e335f75f3fa4a70a1f065029df Mon Sep 17 00:00:00 2001 From: qingszhao Date: Sat, 29 Sep 2018 17:27:51 +0800 Subject: [PATCH] Update Python 3 classifiers This patch removes classifiers for older versions of Python 3.4 Change-Id: I45dcb7b20ae74482021070bb68acde11b918e6a2 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bb801b6d..ee193855 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]