From 94855f10eb6d4c29436c8e9c61ae96f32518aae9 Mon Sep 17 00:00:00 2001 From: Chad Shrock Date: Thu, 3 Mar 2016 16:09:39 -0500 Subject: [PATCH] Remove untested python versions [ci skip] --- setup.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.py b/setup.py index efff53d..ea7eed8 100644 --- a/setup.py +++ b/setup.py @@ -61,10 +61,6 @@ def get_version(root_path): 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', 'Framework :: Django', ], )