From 68d67508b49c488fbdbf93309a0b934f9e918e4e Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Fri, 20 Jan 2017 05:21:27 +0100 Subject: [PATCH] setup.py: bump python version to 3.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50de1e6..8079191 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( 'Environment :: Console', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: Implementation :: CPython', 'License :: OSI Approved :: GNU Lesser General Public License v3 ' '(LGPLv3)',