mirror of
https://github.com/django/django.git
synced 2025-08-26 13:34:25 +00:00
Refs #28814 -- Documented Python 3.7 compatibility.
This commit is contained in:
parent
fd06488fe3
commit
2f7cd7f8ec
4 changed files with 5 additions and 4 deletions
1
setup.py
1
setup.py
|
@ -100,6 +100,7 @@ setup(
|
|||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3 :: Only',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue