Update latest supported Django version in setup.py

This commit is contained in:
Stephen McDonald 2015-12-21 10:42:40 +11:00
parent 527519aa32
commit 22913f7e90
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ setup(
packages = find_packages(),
install_requires = [
"sphinx-me >= 0.1.2",
"django >= 1.7, < 1.9",
"django >= 1.7, < 1.10",
],
classifiers = [
"Development Status :: 5 - Production/Stable",