From 8c837eaf032c9a7d4910b906b3abfab04f4a4437 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 26 May 2015 22:02:49 -0700 Subject: [PATCH] Remove testing and declared support for 3.3 --- .travis.yml | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a0ba77..23f367d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "2.6" - "2.7" - - "3.3" - "3.4" # command to install dependencies install: diff --git a/setup.py b/setup.py index d929065..81c40a7 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,6 @@ "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", ], keywords="kazoo testing zookeeper",