summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2013-05-01 18:30:46 +0200
committerŁukasz Langa <lukasz@langa.pl>2013-05-01 19:26:12 +0200
commit7e825acd9b730632623984f14cd0f3f2c0cbf45f (patch)
tree98246a243d7f09cd19451c1655a96a51ee2fea59 /setup.py
parentab36f3cc6f91f1e4903a3f4b31501cb7fefe4555 (diff)
downloadpython-requests-7e825acd9b730632623984f14cd0f3f2c0cbf45f.tar.gz
Remove Python 3.1 and 3.2 from the trove classifiers in setup.py
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 1 insertions, 3 deletions
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',
+
),
)