summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
author <purificant@users.noreply.github.com>2017-05-13 19:43:38 +0100
committer <purificant@users.noreply.github.com>2017-05-13 19:43:38 +0100
commitb737646fb49590c0fd019611b6418ead48e6a1ca (patch)
tree513b960fcdd04f06e89e4e1b12e576e46df61c96 /setup.py
parent908ee84aeefb8126a94e48e88ba9916d9d2512b3 (diff)
downloadpyjwt-b737646fb49590c0fd019611b6418ead48e6a1ca.tar.gz
enable testing with python 3.6
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e53eb83..7124ded 100755
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Utilities',
],
test_suite='tests',