mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-22 10:31:26 +02:00
changed build target to 3.4+ (3.3 support is dropped for Django 1.8+);
changed doc to reflect this;
This commit is contained in:
parent
11467f6e50
commit
4e2e517821
@ -1,7 +1,6 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.3"
|
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
env:
|
env:
|
||||||
|
@ -25,7 +25,7 @@ LICENSE.3RDPARTY for license terms for included packages.
|
|||||||
Dependencies (pre-flight checklist)
|
Dependencies (pre-flight checklist)
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
1. Python 2.7 or 3.3+ (3.3 support is new, please let us know how it goes)
|
1. Python 2.7 or 3.4+ (3.4+ support is new, please let us know how it goes)
|
||||||
2. Django (1.7 or newer, preferably 1.9)
|
2. Django (1.7 or newer, preferably 1.9)
|
||||||
3. An existing WORKING Django project with database etc. If you
|
3. An existing WORKING Django project with database etc. If you
|
||||||
cannot log into the Admin, you won't get this product working.
|
cannot log into the Admin, you won't get this product working.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user