1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

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
11 changed files with 33 additions and 13 deletions

View File

@@ -23,8 +23,8 @@ end in April 2022.
Python compatibility
====================
Django 3.2 supports Python 3.6, 3.7, and 3.8. We **highly recommend** and only
officially support the latest release of each series.
Django 3.2 supports Python 3.6, 3.7, 3.8, and 3.9. We **highly recommend** and
only officially support the latest release of each series.
.. _whats-new-3.2: