From e9e3536095a3cb99aa8f9f5dc8ff482a630c8f03 Mon Sep 17 00:00:00 2001 From: Cyrille Rossant Date: Thu, 24 Mar 2016 16:25:53 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2554c9f38..2faca470c 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,6 @@ def _package_tree(pkgroot): "Programming Language :: Python :: 2", 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ], )