From 492e25c77bb16ada3f2fa5ee0d6f9f8775c1a417 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Wed, 15 Feb 2017 20:03:08 -0500 Subject: [PATCH] Update docs to say Python 3.4+ since that's what we current do testing against --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index e2fab98a..ae9e3ead 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -69,7 +69,7 @@ django-helpdesk is released under the BSD license, however it packages 3rd party Dependencies ------------ -1. Python 2.7+ (or 3.3+) +1. Python 2.7+ (or 3.4+) 2. Django (1.8 or newer) 3. An existing **working** Django project with database etc. If you cannot log into the Admin, you won't get this product working! This means you **must** run `syncdb` **before** you add ``helpdesk`` to your ``INSTALLED_APPS``.