Document Python 3.10 support

This commit is contained in:
johnthagen 2022-01-05 07:45:22 -05:00 committed by GitHub
parent 7e9f81d758
commit 7c2af759c8
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',