drop support for Python3.2

This commit is contained in:
Corey Goldberg 2016-07-02 13:37:07 -04:00
parent 8b10092dc1
commit 2bdee33b63
3 changed files with 2 additions and 3 deletions

View File

@ -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) * 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+
---- ----

View File

@ -34,7 +34,6 @@ setup(
'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory. # and then run "tox" from this directory.
[tox] [tox]
envlist=flake8,py27,py32,py33,py34,py35,pypy envlist=flake8,py27,py33,py34,py35,pypy
[testenv] [testenv]
commands={envpython} -m unittest discover commands={envpython} -m unittest discover