summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-03-12 12:43:13 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-03-12 13:54:48 -0700
commitc5d382cfe4c51e52e2ef9d1736dd01fb76c497a3 (patch)
treeb7109b14c7163be8df38e147321083f78f5f6429 /setup.py
parent2d6bc48c613c8adb9b3d492d6a0fe8175290a457 (diff)
Document and test support for Python 3.6
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c4566b8..57cf6c1 100644
--- a/setup.py
+++ b/setup.py
@@ -54,6 +54,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Utilities',