Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.

This commit is contained in:
Mariusz Felisiak 2019-11-12 22:11:44 +01:00 committed by GitHub
parent 30359496a3
commit b93a0e34d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View file

@ -52,7 +52,8 @@ Django version Python versions
============== ===============
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
2.1 3.5, 3.6, 3.7
2.2 3.5, 3.6, 3.7, 3.8 (added in 2.2.8)
3.0, 3.1 3.6, 3.7, 3.8
============== ===============