This small blog post is only published to make Django developers aware about Django-Python Versioning.
Django Version | Supported Python Versions |
2.1, 2.2 | 3.5, 3.6, 3.7 |
2.0 | 3.4, 3.5, 3.6, 3.7 |
1.11 | 2.7, 3.4, 3.5, 3.6, 3.7 |
It is always recommended to use latest version of Django and it’s supported Python versions.
** Django 1.11 will be the last version of Django to support Python 2.7. Support for both Python 2.7 and Django 1.11 will end in 2020.