File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
9
9
matrix :
10
10
allow_failures :
11
- python : " 2.6"
11
+ - python : " 2.6"
12
12
git :
13
13
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow
14
14
# as we clone our own repository in the process
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ Requirements
14
14
============
15
15
16
16
* `Python `_ 2.7 or newer
17
- Since GitPython 2.0.0
17
+ Since GitPython 2.0.0. Please note that python 2.6 is still reasonably well supported, but might
18
+ deteriorate over time.
18
19
* `Git `_ 1.7.0 or newer
19
20
It should also work with older versions, but it may be that some operations
20
21
involving remotes will not work as expected.
You can’t perform that action at this time.
0 commit comments