diff --git a/README.rst b/README.rst index 6ab6edd..bd63063 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ Requirements Python ^^^^^^ * Python 2.7+ -* Python 3.2+ +* Python 3.3+ * PyPy * PyPy3 diff --git a/docs/source/index.rst b/docs/source/index.rst index a154efa..a5c15f1 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,7 +20,7 @@ Requirements Python ^^^^^^ * Python 2.7+ -* Python 3.2+ +* Python 3.3+ * PyPy * PyPy3 diff --git a/setup.py b/setup.py index 070621a..33c070d 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,6 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', diff --git a/tox.ini b/tox.ini index b235791..d84efaf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py27,py32,py33,py34,pypy,pypy3}-django{17,18}, {py27,py34,py35,pypy}-django19, coverage, docs, flake8 +envlist = {py27,py33,py34,pypy,pypy3}-django{17,18}, {py27,py34,py35,pypy}-django19, coverage, docs, flake8 [testenv] deps =