mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #31040 -- Doc'd Python 3.9 compatibility.
This commit is contained in:
parent
c9f12f149f
commit
e18156b6c3
11 changed files with 33 additions and 13 deletions
|
@ -50,8 +50,10 @@ What Python version can I use with Django?
|
|||
============== ===============
|
||||
Django version Python versions
|
||||
============== ===============
|
||||
2.2 3.5, 3.6, 3.7, 3.8 (added in 2.2.8)
|
||||
3.0, 3.1, 3.2 3.6, 3.7, 3.8
|
||||
2.2 3.5, 3.6, 3.7, 3.8 (added in 2.2.8), 3.9 (added in 2.2.17)
|
||||
3.0 3.6, 3.7, 3.8, 3.9 (added in 3.0.11)
|
||||
3.1 3.6, 3.7, 3.8, 3.9 (added in 3.1.3)
|
||||
3.2 3.6, 3.7, 3.8, 3.9
|
||||
============== ===============
|
||||
|
||||
For each version of Python, only the latest micro release (A.B.C) is officially
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue