File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ dist: xenial
3
3
language : python
4
4
python :
5
5
- " 2.7"
6
- - " 3.4"
7
6
- " 3.5"
8
7
- " 3.6"
9
8
- " 3.7"
@@ -18,8 +17,6 @@ matrix:
18
17
exclude :
19
18
- python : " 2.7"
20
19
env : SPHINX_VERSION=">=1.9, <2.1"
21
- - python : " 3.4"
22
- env : SPHINX_VERSION=">=1.9, <2.1"
23
20
24
21
install :
25
22
- pip install "sphinx $SPHINX_VERSION"
Original file line number Diff line number Diff line change 1
1
v1.1.12
2
2
* Fix bug in Internet Explorer (#33)
3
+ * Drop support for Python 3.4 (as lxml no longer supports it)
3
4
4
5
v1.1.11
5
6
* Support for Sphinx 2
Original file line number Diff line number Diff line change 30
30
'Natural Language :: English' ,
31
31
'Operating System :: OS Independent' ,
32
32
'Programming Language :: Python :: 2.7' ,
33
- 'Programming Language :: Python :: 3.4' ,
34
33
'Programming Language :: Python :: 3.5' ,
35
34
'Programming Language :: Python :: 3.6' ,
35
+ 'Programming Language :: Python :: 3.7' ,
36
36
'Programming Language :: Python' ,
37
37
'Topic :: Documentation :: Sphinx' ,
38
38
'Topic :: Documentation' ,
You can’t perform that action at this time.
0 commit comments