diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 1419f09..a6377c0 100644
a
|
b
|
deprecation process for some features`_.
|
32 | 32 | .. _`backwards incompatible changes`: `Backwards incompatible changes in 1.6`_ |
33 | 33 | .. _`begun the deprecation process for some features`: `Features deprecated in 1.6`_ |
34 | 34 | |
| 35 | Python compatibility |
| 36 | ==================== |
| 37 | |
| 38 | Django 1.6, like Django 1.5, requires Python 2.6.5 or above. Python 3 is also |
| 39 | officially supported. We **highly recommend** the latest minor release for each |
| 40 | supported Python series (2.6.X, 2.7.X, 3.2.X, 3.3.X). |
| 41 | |
| 42 | Django 1.6 will be the final Django release series to support Python 2.6; |
| 43 | beginning with Django 1.7, the minimum supported Python version will be 2.7. |
| 44 | |
35 | 45 | What's new in Django 1.6 |
36 | 46 | ======================== |
37 | 47 | |