From ebf9b2eaac43b137e37dbce7c18056539659afbd Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 28 Mar 2015 13:09:20 -0700 Subject: [PATCH] setup.py: Mention Python 3.4 compatibility This isn't surprising, since we don't use anything fancy. --- setup.py | 1 + 1 file changed, 1 insertion(+) 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'], -- 2.26.2