From 7ac7fc457beaefc948bf05346a811aba5abd8fb0 Mon Sep 17 00:00:00 2001 From: Shu Muto Date: Thu, 7 Jan 2016 02:40:06 +0000 Subject: [PATCH] remove python 3.3 trove classifier OpenStack projects are no longer being tested under Python 3.3, so remove the trove classifier implying that this project supports 3.3. Change-Id: Ic189fc1f4159459457bf9ca0e55969f6b17b2d8e Closes-Bug: #1526170 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bb1d9ed..409a9f2 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.3 Programming Language :: Python :: 3.4 [files]