Add support for Python 3.6
This commit is contained in:
parent
354d56a95c
commit
5a940987cd
@ -6,6 +6,7 @@ python:
|
|||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
- "pypy3"
|
- "pypy3"
|
||||||
|
|
||||||
|
@ -9,8 +9,8 @@ pygit2 - libgit2 bindings in Python
|
|||||||
:target: https://ci.appveyor.com/project/jdavid/pygit2/branch/master
|
:target: https://ci.appveyor.com/project/jdavid/pygit2/branch/master
|
||||||
|
|
||||||
Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
|
Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
|
||||||
implements Git plumbing. Pygit2 works with Python 2.7, 3.2, 3.3, 3.4, 3.5 and
|
implements Git plumbing. Pygit2 works with Python 2.7, 3.2, 3.3, 3.4, 3.5, 3.6
|
||||||
PyPy 2.6
|
and PyPy 2.6
|
||||||
|
|
||||||
Links:
|
Links:
|
||||||
|
|
||||||
|
@ -19,6 +19,10 @@ environment:
|
|||||||
PYTHON: 'C:\Python35\python.exe'
|
PYTHON: 'C:\Python35\python.exe'
|
||||||
- GENERATOR: 'Visual Studio 14 Win64'
|
- GENERATOR: 'Visual Studio 14 Win64'
|
||||||
PYTHON: 'C:\Python35-x64\python.exe'
|
PYTHON: 'C:\Python35-x64\python.exe'
|
||||||
|
- GENERATOR: 'Visual Studio 14'
|
||||||
|
PYTHON: 'C:\Python36\python.exe'
|
||||||
|
- GENERATOR: 'Visual Studio 14 Win64'
|
||||||
|
PYTHON: 'C:\Python36-x64\python.exe'
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- cmd: '%PYTHON% -m pip install -U nose wheel'
|
- cmd: '%PYTHON% -m pip install -U nose wheel'
|
||||||
|
@ -7,8 +7,8 @@ Welcome to pygit2's documentation!
|
|||||||
==================================
|
==================================
|
||||||
|
|
||||||
Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2
|
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.2, 3.3, 3.4, 3.5
|
implements the core of Git. Pygit2 works with Python 2.7, 3.2, 3.3, 3.4, 3.5,
|
||||||
and pypy.
|
3.6 and pypy.
|
||||||
|
|
||||||
It is likely to work with Python 2.6 and 3.1, but these versions are not
|
It is likely to work with Python 2.6 and 3.1, but these versions are not
|
||||||
officially supported.
|
officially supported.
|
||||||
|
2
tox.ini
2
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py27,py32,py33,py34,py35,pypy,pypy3
|
envlist = py27,py32,py33,py34,py35,py36,pypy,pypy3
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user