From 6ab868865782adfa6f0e3013f8b0f9aa02870930 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 27 Mar 2014 10:25:36 +0000 Subject: [PATCH] Updated README --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 864c746..59970f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - python-ts3 ========== @@ -6,15 +5,12 @@ python-ts3 is a abstraction library around the Teamspeak 3 ServerQuery API. It allows native access to the ServerQuery API with most of the formatting headaches avoided. -[![Build Status](https://travis-ci.org/nikdoof/python-ts3.png?branch=develop)](https://travis-ci.org/nikdoof/python-ts3) +[![Build Status](https://travis-ci.org/nikdoof/python-ts3.svg?branch=develop)](https://travis-ci.org/nikdoof/python-ts3) Python Support -------------- -At the moment python-ts3 supports Python 2.6 and Python 2.7. - -Python 3 support is on the todo list. - +python-ts3 is targeted at Python 2.6/2.7/3.2/3.3 support, along with PyPy support. Install -------