diff options
| 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 |
| commit | 7e825acd9b730632623984f14cd0f3f2c0cbf45f (patch) | |
| tree | 98246a243d7f09cd19451c1655a96a51ee2fea59 /setup.py | |
| parent | ab36f3cc6f91f1e4903a3f4b31501cb7fefe4555 (diff) | |
| download | python-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-x | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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', + ), ) |
