mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Merge pull request #190 from johnthagen/patch-2
Document Python 3.10 support
This commit is contained in:
commit
6dbf06c4ea
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue