summaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-02 17:58:12 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-02 17:58:12 -0800
commit958faab321a9e2204bd7532b1fd33113e49796b3 (patch)
tree2c2aeb55a028283e385a2aa67afa426d483a11c4 /setup.py
parent886e04b2c3668e40af22c5cfef4c476b9e92b87b (diff)
parent0a57d0337778d99066688e310c81d449c64c9bb6 (diff)
Merge branch '1.13' into 1.14
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 235fd0e3..9e08323d 100644
--- a/setup.py
+++ b/setup.py
@@ -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
)