From 5efd7d64452a79d87b5ebc31c37badf04ad2e48c Mon Sep 17 00:00:00 2001 From: Geoffrey Sneddon Date: Tue, 15 Mar 2016 15:07:56 +0000 Subject: [PATCH] Drop Python 3.2 support. --- .travis.yml | 2 -- CHANGES.rst | 2 ++ README.rst | 2 +- setup.py | 1 - tox.ini | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9a89978..ad425cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,10 @@ language: python python: - "2.6" - "2.7" - - "3.2" - "3.3" - "3.4" - "3.5" - "pypy" - - "pypy3" sudo: false diff --git a/CHANGES.rst b/CHANGES.rst index 64162ccf..c236de13 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -26,6 +26,8 @@ Released on XXX this makes html5lib compliant with the Encoding Standard, and introduces a required dependency on webencodings. +* Cease supporting Python 3.2 (in both CPython and PyPy forms). + 0.9999999/1.0b8 ~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index 1bbcb609..879dabad 100644 --- a/README.rst +++ b/README.rst @@ -90,7 +90,7 @@ More documentation is available at http://html5lib.readthedocs.org/. Installation ------------ -html5lib works on CPython 2.6+, CPython 3.2+ and PyPy. To install it, +html5lib works on CPython 2.6+, CPython 3.3+ and PyPy. To install it, use: .. code-block:: bash diff --git a/setup.py b/setup.py index 187a4169..034bafbc 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,6 @@ 'Programming Language :: Python :: 2.6', '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 4a29b553..74ccd51e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py26,py27,py32,py33,py34,py35,pypy,pypy3}-{base,optional} +envlist = {py26,py27,py33,py34,py35,pypy}-{base,optional} [testenv] deps =