From 790dba4c0acaa57556c6e4a874b5911b1db482f5 Mon Sep 17 00:00:00 2001 From: reedip Date: Wed, 6 Jan 2016 17:28:10 +0900 Subject: [PATCH] Add trove support for py34 and remove py33 py33 has been deprecated from Mitaka so removing the same from setup.cfg. tox.ini supported py34 but setup.cfg did not, so adding the change for the same. Change-Id: I05c01df2022d3bdfb756cb47166ddc00a941c101 Closes-Bug: #1526170 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ddba566..18c13ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.6 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.4 Topic :: Software Development :: Testing test_suite = requests_mock.tests