diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2014-05-27 12:49:11 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2014-05-27 12:49:11 -0400 |
| commit | 3da155ce0d8b5d5c2e149eeea6d56c47379e5f93 (patch) | |
| tree | aa3604055af2d4fb3ae1d575a1bc087a6af1bd76 /setup.py | |
| parent | 9a34cf0980ba1c14ca125e2c0b70cace9d9976aa (diff) | |
| download | tablib-3da155ce0d8b5d5c2e149eeea6d56c47379e5f93.tar.gz | |
3.3, 3.4
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -80,6 +80,8 @@ setup( 'Programming Language :: Python :: 3.0', 'Programming Language :: Python :: 3.1', 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', ), tests_require=['pytest'], ) |
