From 09310dae7d599b0f3f7900b27ef4f4845ffa82fd Mon Sep 17 00:00:00 2001 From: Mathias Fussenegger Date: Mon, 29 Feb 2016 22:19:02 +0100 Subject: [PATCH] add python 3.5 classifier to setup.py Since 5a555076bbfe294efb40293d162ddd409b7f84e6 3.5 is listed as supported python version in the docs --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 85dee723..ae7c0157 100755 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ setup(name='jedi', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Editors :: Integrated Development Environments (IDE)', 'Topic :: Utilities',