Add support for Python 3.6
This commit is contained in:
		| @@ -6,6 +6,7 @@ python: | ||||
|   - "3.3" | ||||
|   - "3.4" | ||||
|   - "3.5" | ||||
|   - "3.6" | ||||
|   - "pypy" | ||||
|   - "pypy3" | ||||
|  | ||||
|   | ||||
| @@ -9,8 +9,8 @@ pygit2 - libgit2 bindings in Python | ||||
|    :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.2, 3.3, 3.4, 3.5 and | ||||
| PyPy 2.6 | ||||
| implements Git plumbing.  Pygit2 works with Python 2.7, 3.2, 3.3, 3.4, 3.5, 3.6 | ||||
| and PyPy 2.6 | ||||
|  | ||||
| Links: | ||||
|  | ||||
|   | ||||
| @@ -19,6 +19,10 @@ environment: | ||||
|     PYTHON: 'C:\Python35\python.exe' | ||||
|   - GENERATOR: 'Visual Studio 14 Win64' | ||||
|     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: | ||||
| - 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 | ||||
| implements the core of Git.  Pygit2 works with Python 2.7, 3.2, 3.3, 3.4, 3.5 | ||||
| and pypy. | ||||
| implements the core of Git.  Pygit2 works with Python 2.7, 3.2, 3.3, 3.4, 3.5, | ||||
| 3.6 and pypy. | ||||
|  | ||||
| It is likely to work with Python 2.6 and 3.1, but these versions are not | ||||
| officially supported. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 J. David Ibáñez
					J. David Ibáñez