diff --git a/CHANGES.txt b/CHANGES.txt index 6694d77..4c79f86 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,6 +21,8 @@ Features - Add Python 3.3 to tox configuration and use newer tox testing regime (setup.py dev). +- Add Python 3.3 Trove classifier. + - Calling ``bind`` on a schema node e.g. ``cloned_node = somenode.bind(a=1, b=2)`` on a schema node now results in the cloned node having a ``bindings`` attribute of the value ``{'a':1, 'b':2}``. diff --git a/setup.py b/setup.py index 374825c..166fa92 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ setup(name='colander', "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", + "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ],