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
This commit is contained in:
Joshua Harlow 2015-03-09 11:26:44 -07:00
parent 3f64bf5d13
commit eb95e7f8f3
1 changed files with 1 additions and 1 deletions

View File

@ -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]