From 5efcf36525cd6e0fd0a2f1e604c52e410992059e Mon Sep 17 00:00:00 2001 From: jacky06 Date: Wed, 19 Dec 2018 11:22:47 -0500 Subject: [PATCH] Remove support for py34 Change-Id: I54b152ac8242ab08328cb3e4f85405602d4f96b2 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4cb27b01..2aed2080 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,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 Programming Language :: Python :: 3.7