From 0f1dacb19bde266b3397ac8270b8eacd3162ffdd Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 15 Apr 2014 18:23:29 +0200 Subject: [PATCH] Add support of Python 3.4 in documentation --- pages/user_documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 580219e3..0e0e7401 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -21,7 +21,7 @@ Dependencies ------------ Radicale is written in pure Python and does not depend on any library. It is -known to work on Python 2.6, 2.7, 3.1, 3.2, 3.3 and PyPy > 1.9. The +known to work on Python 2.6, 2.7, 3.1, 3.2, 3.3, 3.4 and PyPy > 1.9. The dependencies are optional, as they are only needed for various authentication methods [#]_.