From 672982a2f52597afe381ab1d470ec983043711ac Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Fri, 2 Jan 2015 11:07:01 -0800 Subject: [PATCH] setup.py: Add python3.4 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 97cb3abf..c7caafe3 100755 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ setup(name='jedi', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Editors :: Integrated Development Environments (IDE)', 'Topic :: Utilities',