From b803c2dd1663565fb91b990261963ce3967102bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Fri, 19 May 2017 12:48:41 -0700 Subject: [PATCH] Add python 3.5 and 3.6 to setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 2444483c..e5af3e4b 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,8 @@ setup( "Programming Language :: Python :: 3.2", "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", "Programming Language :: Python :: Implementation :: PyPy", ],