diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-11-02 17:32:00 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-11-02 17:32:00 -0800 |
commit | 583d6eaedfe2b004777b100ab8a8185bb9bec073 (patch) | |
tree | d60ba430930641a984c960b8c623db6abac4963e /setup.py | |
parent | d22597b558ca8a1465352497e5adfd5d79cf4f3a (diff) |
We ought to work on python 3.4/3.5...
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ], **kw ) |