From ad7f8546455e2fdbedc4733f7a43ceca93d99014 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Sat, 27 May 2017 13:35:11 +0100 Subject: [PATCH] Reverting to python 3.5 for the moment --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 34789fc87..0d3977c53 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.6', + 'Programming Language :: Python :: 3.5', 'Topic :: Software Development :: Libraries :: Python Modules'], packages=packages, -- GitLab