summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-10-13 08:35:01 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-10-13 08:40:39 +0200
commit301bca9394cd977bc085c5cc50bd0ef9f6af52d7 (patch)
tree50fd0614607a17ba016b8d486d3b5a61935d32c3 /setup.py
parent9deb850e234ea52ac230916b6edd5d4889449e55 (diff)
downloaddjango-301bca9394cd977bc085c5cc50bd0ef9f6af52d7.tar.gz
[3.0.x] Refs #31040 -- Doc'd Python 3.9 compatibility.
Backport of e18156b6c35908f2a4026287b5225a6a4da8af1a from master.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index eb133926ba..2c6170fe5b 100644
--- a/setup.py
+++ b/setup.py
@@ -101,6 +101,7 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',