From: W. Trevor King Date: Sat, 28 Mar 2015 20:09:20 +0000 (-0700) Subject: setup.py: Mention Python 3.4 compatibility X-Git-Tag: v0.6.2~2 X-Git-Url: http://git.tremily.us/?p=update-copyright.git;a=commitdiff_plain;h=ebf9b2eaac43b137e37dbce7c18056539659afbd setup.py: Mention Python 3.4 compatibility This isn't surprising, since we don't use anything fancy. --- diff --git a/setup.py b/setup.py index 0db9898..36b73ef 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ _setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Software Development', ], scripts = ['bin/update-copyright.py'],