From fee4e65bc487530de4c36227e376781080af8679 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Fri, 26 May 2017 16:24:15 +0100 Subject: [PATCH] Only tested on 3.6, not 3.5 (yet) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d3977c53..34789fc87 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ setup( 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Software Development :: Libraries :: Python Modules'], packages=packages, -- GitLab