add Py33 trove classifier
This commit is contained in:
@@ -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}``.
|
||||
|
||||
1
setup.py
1
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",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user