From 2f4121d91a2551956b40b752f221b782f32ab265 Mon Sep 17 00:00:00 2001 From: Andrew Rabert <ar@nullsum.net> Date: Thu, 19 Jul 2018 23:55:27 -0400 Subject: [PATCH] Add Python 3.6 and 3.7 support to package --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 4475bcb..3a60e97 100755 --- a/setup.py +++ b/setup.py @@ -50,6 +50,8 @@ setuptools.setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Internet :: WWW/HTTP',