Skip to content

Commit

Permalink
Python 3.7 supported
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Aug 11, 2018
1 parent 63b3544 commit 9951316
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
pygit2 - libgit2 bindings in Python
######################################################################

Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
implements Git plumbing. Pygit2 works with Python 2.7, 3.3 - 3.7 and PyPy 2.6

.. image:: https://travis-ci.org/libgit2/pygit2.svg?branch=master
:target: http://travis-ci.org/libgit2/pygit2

.. image:: https://ci.appveyor.com/api/projects/status/edmwc0dctk5nacx0/branch/master?svg=true
:target: https://ci.appveyor.com/project/jdavid/pygit2/branch/master

Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
implements Git plumbing. Pygit2 works with Python 2.7, 3.3, 3.4, 3.5, 3.6
and PyPy 2.6

Links:

- Download - https://pypi.python.org/pypi/pygit2
Expand Down
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Welcome to pygit2's documentation!
==================================

Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
implements the core of Git. Pygit2 works with Python 2.7, 3.3, 3.4, 3.5,
3.6 and pypy.
implements the core of Git. Pygit2 works with Python 2.7, 3.3 - 3.7 and pypy.

It is likely to work with Python 2.6 and 3.1, but these versions are not
officially supported.
Expand Down

0 comments on commit 9951316

Please sign in to comment.