mirror of
https://github.com/django/django.git
synced 2025-10-10 02:22:22 +00:00
Refs #27025 -- Documented Python 3.6 compatibility for Django 1.11.
This commit is contained in:
parent
e2d02c1fc9
commit
4701abd56e
2 changed files with 4 additions and 2 deletions
1
setup.py
1
setup.py
|
@ -66,6 +66,7 @@ setup(
|
|||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||
'Topic :: Internet :: WWW/HTTP :: WSGI',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue