Skip to content

Commit 296c567

Browse files
author
Carlton Gibson
committed
Drop EOL Django 1.7
1 parent 3693e93 commit 296c567

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ env:
1515
- TOX_ENV=py33-django18
1616
- TOX_ENV=py32-django18
1717
- TOX_ENV=py27-django18
18-
- TOX_ENV=py34-django17
19-
- TOX_ENV=py33-django17
20-
- TOX_ENV=py32-django17
21-
- TOX_ENV=py27-django17
2218

2319
matrix:
2420
fast_finish: true

docs/topics/release-notes.md

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:
4040

4141
## 3.3.x series
4242

43+
### 3.4
44+
45+
**Unreleased**
46+
47+
* Dropped support for EOL Django 1.7 ([#3933][gh3933])
48+
4349
### 3.3.2
4450

4551
**Date**: [14th December 2015][3.3.2-milestone].

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ addopts=--tb=short
44
[tox]
55
envlist =
66
py27-{lint,docs},
7-
{py27,py32,py33,py34}-django{17,18},
7+
{py27,py32,py33,py34}-django18,
88
{py27,py34,py35}-django{19}
99

1010
[testenv]
@@ -13,7 +13,6 @@ setenv =
1313
PYTHONDONTWRITEBYTECODE=1
1414
PYTHONWARNINGS=once
1515
deps =
16-
django17: Django==1.7.11
1716
django18: Django==1.8.9
1817
django19: Django==1.9.2
1918
-rrequirements/requirements-testing.txt

0 commit comments

Comments
 (0)