Document support for Python 3.7 · gitpython-developers/GitPython@8fc6563 · GitHub
Skip to content

Commit 8fc6563

Browse files
michael-kByron
authored andcommitted
Document support for Python 3.7
1 parent a1634dc commit 8fc6563

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If it is not in your `PATH`, you can help GitPython find it by setting
1919
the `GIT_PYTHON_GIT_EXECUTABLE=<path/to/git>` environment variable.
2020

2121
* Git (1.7.x or newer)
22-
* Python 2.7 to 3.6.
22+
* Python 2.7 to 3.7.
2323

2424
The list of dependencies are listed in `./requirements.txt` and `./test-requirements.txt`.
2525
The installer takes care of installing them for you.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,6 @@ def _stamp_version(filename):
110110
"Programming Language :: Python :: 3.4",
111111
"Programming Language :: Python :: 3.5",
112112
"Programming Language :: Python :: 3.6",
113+
"Programming Language :: Python :: 3.7",
113114
]
114115
)

tox.ini

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)