Skip to content

Commit 9951316

Browse files
committed
Python 3.7 supported
1 parent 63b3544 commit 9951316

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
pygit2 - libgit2 bindings in Python
33
######################################################################
44

5+
Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
6+
implements Git plumbing. Pygit2 works with Python 2.7, 3.3 - 3.7 and PyPy 2.6
7+
58
.. image:: https://travis-ci.org/libgit2/pygit2.svg?branch=master
69
:target: http://travis-ci.org/libgit2/pygit2
710

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

11-
Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
12-
implements Git plumbing. Pygit2 works with Python 2.7, 3.3, 3.4, 3.5, 3.6
13-
and PyPy 2.6
14-
1514
Links:
1615

1716
- Download - https://pypi.python.org/pypi/pygit2

docs/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Welcome to pygit2's documentation!
77
==================================
88

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

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

0 commit comments

Comments
 (0)