Skip to content

Commit a7e0b77

Browse files
committed
Drop support for Python 3.4
1 parent 8e285e7 commit a7e0b77

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ dist: xenial
33
language: python
44
python:
55
- "2.7"
6-
- "3.4"
76
- "3.5"
87
- "3.6"
98
- "3.7"
@@ -18,8 +17,6 @@ matrix:
1817
exclude:
1918
- python: "2.7"
2019
env: SPHINX_VERSION=">=1.9, <2.1"
21-
- python: "3.4"
22-
env: SPHINX_VERSION=">=1.9, <2.1"
2320

2421
install:
2522
- pip install "sphinx $SPHINX_VERSION"

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
v1.1.12
22
* Fix bug in Internet Explorer (#33)
3+
* Drop support for Python 3.4 (as lxml no longer supports it)
34

45
v1.1.11
56
* Support for Sphinx 2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
'Natural Language :: English',
3131
'Operating System :: OS Independent',
3232
'Programming Language :: Python :: 2.7',
33-
'Programming Language :: Python :: 3.4',
3433
'Programming Language :: Python :: 3.5',
3534
'Programming Language :: Python :: 3.6',
35+
'Programming Language :: Python :: 3.7',
3636
'Programming Language :: Python',
3737
'Topic :: Documentation :: Sphinx',
3838
'Topic :: Documentation',

0 commit comments

Comments
 (0)