Skip to content

Commit 2bdec99

Browse files
committed
Remove support for Python 2.6 and Django 1.6
1 parent c6348ad commit 2bdec99

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

.travis.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
11
language: python
22
python:
3-
- 2.6
43
- 2.7
54
- 3.2
65
- 3.3
76
- 3.4
87
env:
9-
- DJANGO=1.4
10-
- DJANGO=1.5
11-
- DJANGO=1.6
128
- DJANGO=1.7
139
- DJANGO=1.8
1410
matrix:
15-
exclude:
16-
- python: 2.6
17-
env: DJANGO=1.8
18-
- python: 2.6
19-
env: DJANGO=1.7
20-
- python: 3.2
21-
env: DJANGO=1.4
22-
- python: 3.3
23-
env: DJANGO=1.4
24-
- python: 3.4
25-
env: DJANGO=1.4
2611
fast_finish: true
2712
install:
2813
- pip install -U setuptools

INSTALL.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ directory somewhere on your Python path, or symlink to it from
99
somewhere on your Python path; this is useful if you're working from a
1010
Subversion checkout.
1111

12-
Note that this application requires Python 2.6 or later, and Django
13-
1.4 or later. You can obtain Python from http://www.python.org/ and
12+
Note that this application requires Python 2.7 or later, and Django
13+
1.7 or later. You can obtain Python from http://www.python.org/ and
1414
Django from http://www.djangoproject.com/.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
'License :: OSI Approved :: BSD License',
3636
'Programming Language :: Python',
3737
'Programming Language :: Python :: 2',
38-
'Programming Language :: Python :: 2.6',
3938
'Programming Language :: Python :: 2.7',
4039
'Programming Language :: Python :: 3',
4140
'Topic :: Utilities',

0 commit comments

Comments
 (0)