You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,11 @@ codebase for `__del__` implementations and call these yourself when you see fit.
54
54
Another way assure proper cleanup of resources is to factor out GitPython into a
55
55
separate process which can be dropped periodically.
56
56
57
+
#### Best-effort for Python 2.6 and Windows support
58
+
59
+
This means that support for these platforms is likely to worsen over time
60
+
as they are kept alive solely by their users, or not.
61
+
57
62
### RUNNING TESTS
58
63
59
64
*Important*: Right after cloning this repository, please be sure to have executed the `init-tests-after-clone.sh` script in the repository root. Otherwise you will encounter test failures.
0 commit comments