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 88 # - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
99matrix :
1010 allow_failures :
11- python : " 2.6"
11+ - python : " 2.6"
1212git :
1313 # a higher depth is needed for most of the tests - must be high enough to not actually be shallow
1414 # as we clone our own repository in the process
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ Requirements
1414============
1515
1616* `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.
1819* `Git `_ 1.7.0 or newer
1920 It should also work with older versions, but it may be that some operations
2021 involving remotes will not work as expected.
You can’t perform that action at this time.
0 commit comments