Add Python 3.3 to the list of supported versions
This commit is contained in:
parent
e110f1c759
commit
43558261a5
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user