mirror of
https://github.com/django/django.git
synced 2025-10-14 20:41:00 +00:00
Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x.
This commit is contained in:
parent
ec16588c27
commit
2fd21a1858
3 changed files with 6 additions and 5 deletions
|
@ -46,7 +46,7 @@ What Python version can I use with Django?
|
|||
============== ===============
|
||||
Django version Python versions
|
||||
============== ===============
|
||||
1.11 2.7, 3.4, 3.5, 3.6
|
||||
1.11 2.7, 3.4, 3.5, 3.6, 3.7 (added in 1.11.17)
|
||||
2.0 3.4, 3.5, 3.6, 3.7
|
||||
2.1, 2.2 3.5, 3.6, 3.7
|
||||
============== ===============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue