From eb95e7f8f3596bcbc2bc449cb8c2b0049d9044ff Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 9 Mar 2015 11:26:44 -0700 Subject: [PATCH] Remove support for 3.3 We don't test against 3.3 in the integrated CI anymore so we likely shouldn't say that we support it anymore since it's not something we are guaranteeing. We still support 3.4 (and that's what we are testing against so we use that version in the setup.cfg file). Change-Id: I9fadcac92ea3f43e811818cf013f93445ec1b5e9 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8b0bc11..168fbe6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.4 Topic :: System :: Distributed Computing [files]