From 9bcac1d6293b376d4dedea94c36c7ad338c75771 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Tue, 1 Dec 2015 15:00:37 +0000 Subject: [PATCH] Remove explicit Python 3.3 classifier If we're going to explicitly list 3.3, we should also be listing 3.4 and 3.5. But really we're compatible with any fairly recent Python 3 version, and will probably be compatible with future versions, so I think it's best to just use the overall Python 3 classifier. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index d8c21d740..cf3178637 100755 --- a/setup.py +++ b/setup.py @@ -93,7 +93,6 @@ for more information. 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', ], )