summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2016-07-24 20:44:24 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2016-07-24 20:44:24 +0000
commit8b3342f6fe7cb7702d08bfdb3040ea70af52d2ef (patch)
treed002aace3e33f0bfa7923c4c39fd702ce15fb556 /README.md
parent765e36aec9b42c33cd11df646d5cba83264bb34f (diff)
Update note about python3.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index c61ce2a6..8ba3da59 100644
--- a/README.md
+++ b/README.md
@@ -20,12 +20,10 @@ much directly. Neither provide a hookable server-side.
Dependencies
------------
-Subvertpy depends on Python 2.7 or later, and Subversion 1.4 or later. It should
+Subvertpy depends on Python 2.7 or 3.5, and Subversion 1.4 or later. It should
work on Windows as well as most POSIX-based platforms (including Linux, BSDs
and Mac OS X).
-A port to Python 3 is planned but has not happened yet. Patches are welcome.
-
Installation
------------
Standard distutils are used - use "setup.py build" to build and "setup.install"