Update docs to say Python 3.4+ since that's what we current do testing against

This commit is contained in:
Garret Wassermann 2017-02-15 20:03:08 -05:00
parent ec38150d1f
commit 492e25c77b

View File

@ -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``.