From 2344e5bdc2663bcc222376faba32a292ed3e686d Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Fri, 24 Jul 2015 17:40:17 +0100 Subject: [PATCH] Update python 3 classifiers Bump to py34, since that's the default version we against. --- {{cookiecutter.package_name}}/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.package_name}}/setup.py b/{{cookiecutter.package_name}}/setup.py index ef5508e..74d6daf 100644 --- a/{{cookiecutter.package_name}}/setup.py +++ b/{{cookiecutter.package_name}}/setup.py @@ -21,6 +21,6 @@ setuptools.setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', ], )