diff options
author | Barry Scott <barry@barrys-emacs.org> | 2016-05-28 13:23:18 +0100 |
---|---|---|
committer | Barry Scott <barry@barrys-emacs.org> | 2016-05-28 13:23:18 +0100 |
commit | d255f4c8fd905d1cd12bd42b542953d54ac8a8c3 (patch) | |
tree | faffbb7ad5eb0d21ff0920791842aa7446332e1c /doc/source | |
parent | b4492c7965cd8e3c5faaf28b2a6414b04984720b (diff) | |
parent | c5077dac4c7680c925f4c5e792eeb3c296a3b4c4 (diff) | |
download | gitpython-d255f4c8fd905d1cd12bd42b542953d54ac8a8c3.tar.gz |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/intro.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/intro.rst b/doc/source/intro.rst index 647323c4..6c4e50f5 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -14,7 +14,8 @@ Requirements ============ * `Python`_ 2.7 or newer - Since GitPython 2.0.0 + Since GitPython 2.0.0. Please note that python 2.6 is still reasonably well supported, but might + deteriorate over time. * `Git`_ 1.7.0 or newer It should also work with older versions, but it may be that some operations involving remotes will not work as expected. |