[3.0.x] Refs #31040 -- Doc'd Python 3.9 compatibility.

Backport of e18156b6c3 from master.
This commit is contained in:
Mariusz Felisiak 2020-10-13 08:35:01 +02:00
parent 9deb850e23
commit 301bca9394
8 changed files with 25 additions and 8 deletions

View file

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