From e6c1f3a7e4394288fa7c2f8575524ed27c7c0f83 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sat, 7 Jan 2017 17:37:52 +0100 Subject: [PATCH] Add Python 3.6 to the classifiers and remove 3.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2973265..b36fd92 100644 --- a/setup.py +++ b/setup.py @@ -48,9 +48,9 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Multimedia :: Graphics :: Viewers', 'Topic :: Software Development :: Libraries :: Python Modules',