From a0c13a9acfa608a6a43a7ddaf3506b1b5f7ae39e Mon Sep 17 00:00:00 2001 From: cclauss Date: Sun, 12 Nov 2017 20:46:14 +0100 Subject: [PATCH] Add Python 3.5 and 3.6 to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24a884b..9a47c3c 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,8 @@ setup(name='chevron', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', - + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Text Processing :: Markup' ] ) -- 2.47.3