document support for python 3.3

This commit is contained in:
jab 2015-11-28 09:17:43 -05:00
parent ba156906d4
commit 3ac6abafda
2 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,8 @@ setup(
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, pypy, pypy3
envlist = py27, py33, py34, py35, pypy, pypy3
[testenv]
commands =