From 43558261a53a0980c2c24f13ca9e1555a5280811 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= <jdavid.ibp@gmail.com>
Date: Sat, 2 Feb 2013 09:00:08 +0100
Subject: [PATCH] Add Python 3.3 to the list of supported versions

---
 .travis.yml    | 1 +
 README.rst     | 3 ++-
 docs/index.rst | 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a1cdbec..f9d5931 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ python:
   - "2.7"
   - "3.1"
   - "3.2"
+  - "3.3"
 
 env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
 
diff --git a/README.rst b/README.rst
index 9c46240..4a6764c 100644
--- a/README.rst
+++ b/README.rst
@@ -7,7 +7,8 @@ pygit2 - libgit2 bindings in Python
    :target: http://travis-ci.org/libgit2/pygit2
 
 Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
-implements the core of Git.  Pygit2 works with Python 2.6, 2.7, 3.1 and 3.2
+implements the core of Git.  Pygit2 works with Python 2.6, 2.7, 3.1, 3.2 and
+3.3
 
 Pygit2 links:
 
diff --git a/docs/index.rst b/docs/index.rst
index a92433e..dbd866d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -10,7 +10,8 @@ Welcome to pygit2's documentation!
    :target: http://travis-ci.org/libgit2/pygit2
 
 Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
-implements the core of Git.  Pygit2 works with Python 2.6, 2.7, 3.1 and 3.2
+implements the core of Git.  Pygit2 works with Python 2.6, 2.7, 3.1, 3.2 and
+3.3
 
 Pygit2 links: