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
This commit is contained in:
Joshua Harlow 2015-03-09 11:24:46 -07:00
parent c4414a733d
commit c22c62d646

View File

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