From c22c62d64688f9b2f2d4ef956e839d9281dc1f9e Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 9 Mar 2015 11:24:46 -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 retain that version in the setup.cfg file). Change-Id: Ica9ef26be27994ac86e3304b510cc9261941f527 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d9ffce21..a45b6dd8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,6 @@ classifier = Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4 Topic :: Software Development :: Libraries Topic :: System :: Distributed Computing