aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2017-01-28 11:19:32 -0800
committerGitHub <noreply@github.com>2017-01-28 11:19:32 -0800
commit0a78fbd582d66e5b53282d2f37e129501e0e47a4 (patch)
treee0ec99e246d34fbb2113861d73e181c018ff36dd
parent1555ffebc1be2055e2bf7b4a0afe638113b59ae2 (diff)
downloaduritemplates-0a78fbd582d66e5b53282d2f37e129501e0e47a4.tar.gz
List Python 3.6 as supported
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 59f03ba..7f37118 100644
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,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',
],
)