From 495aec3b4381889c06a6002dd687a59b843d427d Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Fri, 8 May 2015 16:08:21 -0400 Subject: [PATCH] Advertise support for Python3.4 / Remove support for Python 3.3 Change-Id: I2e5d3e5409cf08c69703f8cdf0ace0c2ac65f900 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a641fc3..dab5d4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ 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 :: Documentation [global]