Skip to content

Commit 9758838

Browse files
committed
Merge pull request encode#3320 from jpadilla/master
Bump up maximum supported Django versions
2 parents 8527a2c + 01fa264 commit 9758838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ setenv =
1414
deps =
1515
django15: Django==1.5.6 # Should track minimum supported
1616
django16: Django==1.6.3 # Should track minimum supported
17-
django17: Django==1.7.8 # Should track maximum supported
18-
django18: Django==1.8.2 # Should track maximum supported
17+
django17: Django==1.7.10 # Should track maximum supported
18+
django18: Django==1.8.4 # Should track maximum supported
1919
djangomaster: https://github.com/django/django/archive/master.tar.gz
2020
-rrequirements/requirements-testing.txt
2121
-rrequirements/requirements-optionals.txt

0 commit comments

Comments
 (0)