Refs #31040 -- Doc'd Python 3.9 compatibility.

This commit is contained in:
Mariusz Felisiak 2020-10-13 08:35:01 +02:00 committed by GitHub
parent c9f12f149f
commit e18156b6c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 33 additions and 13 deletions

View file

@ -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