Skip to content

Commit 7f613b3

Browse files
hugovkgsnedders
authored andcommitted
Drop support for EOL Python 3.3 (#358)
1 parent e9ef538 commit 7f613b3

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ python:
44
- "3.6"
55
- "3.5"
66
- "3.4"
7-
- "3.3"
87
- "2.7"
98

109
sudo: false

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ More documentation is available at https://html5lib.readthedocs.io/.
9090
Installation
9191
------------
9292

93-
html5lib works on CPython 2.7+, CPython 3.3+ and PyPy. To install it,
93+
html5lib works on CPython 2.7+, CPython 3.4+ and PyPy. To install it,
9494
use:
9595

9696
.. code-block:: bash

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def default_environment():
6666
'Programming Language :: Python :: 2',
6767
'Programming Language :: Python :: 2.7',
6868
'Programming Language :: Python :: 3',
69-
'Programming Language :: Python :: 3.3',
7069
'Programming Language :: Python :: 3.4',
7170
'Programming Language :: Python :: 3.5',
7271
'Programming Language :: Python :: 3.6',

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py27,py33,py34,py35,py36,pypy}-{base,six19,optional}
2+
envlist = {py27,py34,py35,py36,pypy}-{base,six19,optional}
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)