aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorwbond <will@wbond.net>2017-01-17 06:56:15 -0500
committerwbond <will@wbond.net>2017-01-17 06:56:15 -0500
commit9712e07f67fab4b5d8afbec60eb972663ac54996 (patch)
treec4edc8fd67fa704b0365a9896cc037fc4149c358 /setup.py
parent37e20b4f97d286fd43e2f1d98bdb043019514aa8 (diff)
downloadasn1crypto-9712e07f67fab4b5d8afbec60eb972663ac54996.tar.gz
Add CI and docs 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 c6f8759..66a779c 100644
--- a/setup.py
+++ b/setup.py
@@ -63,6 +63,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 :: PyPy',
'Topic :: Security :: Cryptography',