summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-03-09 11:26:44 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-03-09 11:26:44 -0700
commiteb95e7f8f3596bcbc2bc449cb8c2b0049d9044ff (patch)
treed5da9354ae5c91299513594a231d539ff8bcd6ed
parent3f64bf5d13352e1cd03963643e461c4e71c3e70f (diff)
downloadtooz-eb95e7f8f3596bcbc2bc449cb8c2b0049d9044ff.tar.gz
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
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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]