From 306b376987dd280032b8bb3fdb874354571f0e82 Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Fri, 1 Sep 2017 19:36:57 -0600 Subject: [PATCH 1/2] Removed 3.3 from classifiers --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 8853bcb1..d21e2b38 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,6 @@ setup( 'Programming Language :: Python', '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', From 2689ccc3f714939e585411a0e5b5fb0d3d4526c3 Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Fri, 1 Sep 2017 19:52:07 -0600 Subject: [PATCH 2/2] Revert "Removed 3.3 from classifiers" This reverts commit 306b376987dd280032b8bb3fdb874354571f0e82. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d21e2b38..8853bcb1 100644 --- a/setup.py +++ b/setup.py @@ -103,6 +103,7 @@ setup( 'Programming Language :: Python', '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',