summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-27 12:01:24 -0500
committerTim Graham <timograham@gmail.com>2016-12-27 12:01:24 -0500
commit4701abd56e382bca72d4ff8e0b015948c9ab3feb (patch)
treeda93587fc15b9009d8d3e085879c4daf995fa7e2 /setup.py
parente2d02c1fc99d8d85ec2a13a745cb786a15a5c6b2 (diff)
downloaddjango-4701abd56e382bca72d4ff8e0b015948c9ab3feb.tar.gz
Refs #27025 -- Documented Python 3.6 compatibility for Django 1.11.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 88e3f72468..d8dfa58a17 100644
--- a/setup.py
+++ b/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',