diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-13 08:35:01 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-13 08:40:39 +0200 |
| commit | 301bca9394cd977bc085c5cc50bd0ef9f6af52d7 (patch) | |
| tree | 50fd0614607a17ba016b8d486d3b5a61935d32c3 /setup.py | |
| parent | 9deb850e234ea52ac230916b6edd5d4889449e55 (diff) | |
[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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |
