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: