Add Python 3.3 to the list of supported versions

This commit is contained in:
J. David Ibáñez 2013-02-02 09:00:08 +01:00
parent e110f1c759
commit 43558261a5
3 changed files with 5 additions and 2 deletions

@ -5,6 +5,7 @@ python:
- "2.7"
- "3.1"
- "3.2"
- "3.3"
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib

@ -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:

@ -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: