From 7e825acd9b730632623984f14cd0f3f2c0cbf45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Wed, 1 May 2013 18:30:46 +0200 Subject: [PATCH] Remove Python 3.1 and 3.2 from the trove classifiers in setup.py --- .gitignore | 1 + setup.py | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e1ea2a60..60eb6c67 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ nosetests.xml junit-report.xml pylint.txt toy.py +tox.ini violations.pyflakes.txt cover/ build/ diff --git a/setup.py b/setup.py index 64e305bc..3425a41e 100755 --- a/setup.py +++ b/setup.py @@ -51,9 +51,7 @@ setup( 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - # 'Programming Language :: Python :: 3.0', - 'Programming Language :: Python :: 3.1', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + ), )