Declare support for Django 3.2 and Python 3.9

This commit is contained in:
Swen Kooij
2021-11-08 14:38:01 +02:00
parent bd3005a7e9
commit 25c1c24ccb
2 changed files with 4 additions and 1 deletions

View File

@@ -64,6 +64,9 @@ setup(
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
],