diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-03-23 05:47:49 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-03-23 05:47:49 -0400 |
| commit | e1bf1898474ce8d5bc0ebb7ab2829a340b94587f (patch) | |
| tree | 20cafd604a50a20618e071d1cca8ae58d70328c5 /setup.py | |
| parent | 0785328e218accaa2fcde7180ac18187a88945b8 (diff) | |
| download | tablib-e1bf1898474ce8d5bc0ebb7ab2829a340b94587f.tar.gz | |
setup.py says 25,26,27,30,31,32
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -46,7 +46,8 @@ setup( 'Programming Language :: Python :: 2.5', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', - # 'Programming Language :: Python :: 3.0', - # 'Programming Language :: Python :: 3.1', + 'Programming Language :: Python :: 3.0', + 'Programming Language :: Python :: 3.1', + 'Programming Language :: Python :: 3.2', ), ) |
