commit | 0a78fbd582d66e5b53282d2f37e129501e0e47a4 | [log] [tgz] |
---|---|---|
author | Brett Cannon <[email protected]> | Sat Jan 28 11:19:32 2017 -0800 |
committer | GitHub <[email protected]> | Sat Jan 28 11:19:32 2017 -0800 |
tree | e0ec99e246d34fbb2113861d73e181c018ff36dd | |
parent | 1555ffebc1be2055e2bf7b4a0afe638113b59ae2 [diff] [blame] |
List Python 3.6 as supported
diff --git a/setup.py b/setup.py index 59f03ba..7f37118 100644 --- a/setup.py +++ b/setup.py
@@ -34,6 +34,7 @@ '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', ], )