diff --git a/README.rst b/README.rst index 95c77a0..3385c60 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ xvfbwrapper is a small python wrapper for controlling Xvfb. It works nicely whe ------------------------ * Xvfb (``sudo apt-get install xvfb``, or similar) -* Python 2.7 or 3.2+ (tested on py27, py32, py33, py34, 3.5, pypy) +* Python 2.7 or 3.3+ ---- diff --git a/setup.py b/setup.py index 4b333dc..6c83dad 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,6 @@ setup( '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 6aeec9c..1ff8f08 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist=flake8,py27,py32,py33,py34,py35,pypy +envlist=flake8,py27,py33,py34,py35,pypy [testenv] commands={envpython} -m unittest discover