Merge pull request #190 from johnthagen/patch-2

Document Python 3.10 support
This commit is contained in:
Rémy HUBSCHER 2022-01-05 14:11:53 +01:00 committed by GitHub
commit 6dbf06c4ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ setup(
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
'Framework :: Django',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.1',