summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorBarry Scott <barry@barrys-emacs.org>2016-05-28 13:23:18 +0100
committerBarry Scott <barry@barrys-emacs.org>2016-05-28 13:23:18 +0100
commitd255f4c8fd905d1cd12bd42b542953d54ac8a8c3 (patch)
treefaffbb7ad5eb0d21ff0920791842aa7446332e1c /doc/source
parentb4492c7965cd8e3c5faaf28b2a6414b04984720b (diff)
parentc5077dac4c7680c925f4c5e792eeb3c296a3b4c4 (diff)
downloadgitpython-d255f4c8fd905d1cd12bd42b542953d54ac8a8c3.tar.gz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/intro.rst3
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.