mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Bumped minimum Python version requirement to 2.7 in Django 1.7.
This commit is contained in:
parent
3fd8eb1a27
commit
a763915a03
5 changed files with 12 additions and 14 deletions
1
setup.py
1
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue