summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-09-25 15:17:54 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-09-25 15:17:54 +0200
commit2d37049a815b11b594776d34be50e9c0ba8df497 (patch)
tree4f99e902755a306c7597cd6246becc055974dd70 /README.md
parent80cc71edc172b395db8f14beb7add9a61c4cc2b6 (diff)
downloadgitpython-2d37049a815b11b594776d34be50e9c0ba8df497.tar.gz
doc(platforms): inform more clearly about best-effort
This has been the case for Windows as well, and is now made official. Certain tests already fail on windows, for example.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index f08d1b90..b3308af2 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,11 @@ codebase for `__del__` implementations and call these yourself when you see fit.
Another way assure proper cleanup of resources is to factor out GitPython into a
separate process which can be dropped periodically.
+#### Best-effort for Python 2.6 and Windows support
+
+This means that support for these platforms is likely to worsen over time
+as they are kept alive solely by their users, or not.
+
### RUNNING TESTS
*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.