From 2a9bf99a058f5ad6d38f88d9d727f417feb83da8 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 7 Nov 2017 18:32:04 +0200 Subject: [PATCH] Drop support for EOL Python 3.3 --- .travis.yml | 1 - README.rst | 2 +- setup.py | 1 - tox.ini | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a6f17c3b..fa589ce9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: python python: - "2.6" - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" diff --git a/README.rst b/README.rst index 2ad46090..5a5ad6f2 100644 --- a/README.rst +++ b/README.rst @@ -90,7 +90,7 @@ More documentation is available at https://html5lib.readthedocs.io/. Installation ------------ -html5lib works on CPython 2.6+, CPython 3.3+ and PyPy. To install it, +html5lib works on CPython 2.6+, CPython 3.4+ and PyPy. To install it, use: .. code-block:: bash diff --git a/setup.py b/setup.py index cdb63fd3..a109e3e4 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,6 @@ def default_environment(): 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', diff --git a/tox.ini b/tox.ini index 5b78570c..6f58f9fa 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py26,py27,py33,py34,py35,py36,pypy}-{base,optional} +envlist = {py26,py27,py34,py35,py36,pypy}-{base,optional} [testenv] deps =