From 44e0fa814c7bf5a81369c7ee5ff52d0662b4f457 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 11 Jun 2017 23:56:47 +0800 Subject: Add Python 3.6 to classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 80d5ea7f..d3ab1ea9 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ], install_requires=[ 'cryptography>=1.1', -- cgit v1.2.1