From c33db34a28c5b63acffd7538acc86dd97526d718 Mon Sep 17 00:00:00 2001 From: Sirushti Murugesan Date: Thu, 1 Oct 2015 01:51:54 +0530 Subject: [PATCH] Update trove classifier Tests are run against a Python3.4 environment rather than a Python3.3 environment in the gate. So update the classifiers to announce support for the appropriate version of python. Change-Id: I44cb01297444ba49397092be1c06f416e2011bc5 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 325f91e7..0fb54dc7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3.4 [files] packages = diff --git a/tox.ini b/tox.ini index 15d14197..3649c0a2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py27,py33,py34,pypy,pep8 +envlist = py27,py34,pypy,pep8 skipsdist = True [testenv]