diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-11-02 17:58:12 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-11-02 17:58:12 -0800 |
commit | 958faab321a9e2204bd7532b1fd33113e49796b3 (patch) | |
tree | 2c2aeb55a028283e385a2aa67afa426d483a11c4 /setup.py | |
parent | 886e04b2c3668e40af22c5cfef4c476b9e92b87b (diff) | |
parent | 0a57d0337778d99066688e310c81d449c64c9bb6 (diff) |
Merge branch '1.13' into 1.14
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 ) |