From b7c2eb700521dd7fc6c1401d7aa432ec88a592a4 Mon Sep 17 00:00:00 2001 From: Colin Deasy Date: Mon, 17 Jul 2017 15:23:54 +0100 Subject: [PATCH] Add python 3.5 and 3.6 classifier in setup.py (#749) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 42547a23..ef50cde6 100644 --- a/setup.py +++ b/setup.py @@ -431,6 +431,8 @@ def run_setup(extensions): 'Programming Language :: Python :: 2.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', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries :: Python Modules'