summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Moss <drkjam@gmail.com>2017-01-11 23:43:33 +0000
committerDavid Moss <drkjam@gmail.com>2017-01-11 23:43:33 +0000
commita3094fa69c92471736a12ac2912c8768dd907785 (patch)
tree8094a2efe0d3649985c1d6edd99ba7173f976bf9
parent0f09cae2ac2cc5de7ed7371b3b163a312e0d1c72 (diff)
downloadnetaddr-a3094fa69c92471736a12ac2912c8768dd907785.tar.gz
- test suite passed under Python 3.6
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6969f11..0c8b19c 100644
--- a/setup.py
+++ b/setup.py
@@ -107,6 +107,7 @@ classifiers = [
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Communications',
'Topic :: Documentation',
'Topic :: Education',