drop support for Python3.2
This commit is contained in:
parent
8b10092dc1
commit
2bdee33b63
@ -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+
|
||||
|
||||
----
|
||||
|
||||
|
1
setup.py
1
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',
|
||||
|
Loading…
Reference in New Issue
Block a user