summaryrefslogtreecommitdiff
path: root/docs/releases/3.0.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-10-13 08:35:01 +0200
committerGitHub <noreply@github.com>2020-10-13 08:35:01 +0200
commite18156b6c35908f2a4026287b5225a6a4da8af1a (patch)
tree18f337d5b96e2de3b3bdce556dda5f313ca86f27 /docs/releases/3.0.txt
parentc9f12f149f4c42aa34b3cbea17e964dfbf942cfb (diff)
Refs #31040 -- Doc'd Python 3.9 compatibility.
Diffstat (limited to 'docs/releases/3.0.txt')
-rw-r--r--docs/releases/3.0.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index 284782d80c..1c39980a91 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -19,8 +19,8 @@ project.
Python compatibility
====================
-Django 3.0 supports Python 3.6, 3.7, and 3.8. We **highly recommend** and only
-officially support the latest release of each series.
+Django 3.0 supports Python 3.6, 3.7, 3.8, and 3.9 (as of 3.0.11). We **highly
+recommend** and only officially support the latest release of each series.
The Django 2.2.x series is the last to support Python 3.5.