From 2010c38d8af0268adca13e59a65f52f808ad8f61 Mon Sep 17 00:00:00 2001 From: Bradley Ayers Date: Sat, 18 Apr 2015 10:17:15 +1000 Subject: [PATCH] Drop Python 3.2 support. --- README.rst | 2 +- tox.ini | 39 --------------------------------------- 2 files changed, 1 insertion(+), 40 deletions(-) diff --git a/README.rst b/README.rst index 44d5be7..6f9857e 100644 --- a/README.rst +++ b/README.rst @@ -82,7 +82,7 @@ v1.0.0 - Travis CI builds pass. - Added Python 3.4 support. - Added Django 1.7 and Django 1.8 support. -- Dropped Python 2.6 support. +- Dropped Python 2.6 and 3.2 support. v0.16.0 ------- diff --git a/tox.ini b/tox.ini index d0f3611..9d51f0f 100644 --- a/tox.ini +++ b/tox.ini @@ -127,45 +127,6 @@ deps = {[libs]for-dj15} {[django]1.5.x} -; -- python 3.2 --------------------------------------------------------------- - -[testenv:py32-dj] -basepython = python3.2 -commands = - python {envbindir}/coverage run setup.py test [] -deps = - {[libs]common} - {[libs]for-dj} - {[django]latest} - -[testenv:py32-dj18] -basepython = python3.2 -deps = - {[libs]common} - {[libs]for-dj18} - {[django]1.8.x} - -[testenv:py32-dj17] -basepython = python3.2 -deps = - {[libs]common} - {[libs]for-dj17} - {[django]1.7.x} - -[testenv:py32-dj16] -basepython = python3.2 -deps = - {[libs]common} - {[libs]for-dj16} - {[django]1.6.x} - -[testenv:py32-dj15] -basepython = python3.2 -deps = - {[libs]common} - {[libs]for-dj15} - {[django]1.5.x} - ; -- python 2.7 --------------------------------------------------------------- [testenv:py27-dj]