summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-07-01 12:01:25 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-07-01 12:01:59 +0200
commita763915a03579868c6abdc5cdffbb4c398dc52ee (patch)
tree9b9459994fe66c1805d66a3a460ece97e4c84c3a /setup.py
parent3fd8eb1a276fa452293112562463898de7351139 (diff)
downloaddjango-a763915a03579868c6abdc5cdffbb4c398dc52ee.tar.gz
Bumped minimum Python version requirement to 2.7 in Django 1.7.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2c64868d00..6278afa116 100644
--- a/setup.py
+++ b/setup.py
@@ -101,7 +101,6 @@ setup(
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',