mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Bumped minimum Python version requirement to 2.7 in Django 1.7.
This commit is contained in:
parent
3fd8eb1a27
commit
a763915a03
5 changed files with 12 additions and 14 deletions
|
@ -16,8 +16,8 @@ How do I get started?
|
|||
What are Django's prerequisites?
|
||||
--------------------------------
|
||||
|
||||
Django requires Python, specifically Python 2.6.5 - 2.7.x, or 3.2.3 and above.
|
||||
No other Python libraries are required for basic Django usage.
|
||||
Django requires Python, specifically Python 2.7 or 3.2 and above. No other
|
||||
Python libraries are required for basic Django usage.
|
||||
|
||||
For a development environment -- if you just want to experiment with Django --
|
||||
you don't need to have a separate Web server installed; Django comes with its
|
||||
|
@ -50,8 +50,8 @@ Django version Python versions
|
|||
1.3 2.4, 2.5, 2.6, 2.7
|
||||
1.4 2.5, 2.6, 2.7
|
||||
1.5 2.6, 2.7 and 3.2, 3.3 (experimental)
|
||||
**1.6** **2.6, 2.7** and **3.2, 3.3**
|
||||
*1.7 (future)* *2.7* and *3.2, 3.3*
|
||||
1.6 2.6, 2.7 and 3.2, 3.3
|
||||
**1.7** **2.7** and **3.2, 3.3**
|
||||
============== ===============
|
||||
|
||||
For a given series of Python versions, only the latest release is officially
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue