Skip to content

Commit 0800866

Browse files
committed
Fix broken 1.7.3. It's 1.7.2 - 1.7.3 is documented but not yet on PyPI.
1 parent 42c9133 commit 0800866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deps =
1313
django14: Django==1.4.11 # Should track minimum supported
1414
django15: Django==1.5.6 # Should track minimum supported
1515
django16: Django==1.6.3 # Should track minimum supported
16-
django17: Django==1.7.3 # Should track maximum supported
16+
django17: Django==1.7.2 # Should track maximum supported
1717
djangomaster: https://github.com/django/django/zipball/master
1818
{py26,py27}-django{14,15,16,17}: django-guardian==1.2.3
1919
{py26,py27}-django{14,15,16}: oauth2==1.5.211

0 commit comments

Comments
 (0)