Skip to content

Commit 3877e58

Browse files
committed
🔥 remove python 3.4 test and add python 3.8 test
1 parent cc0a313 commit 3877e58

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.moban.cd/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ releases:
77
- |
88
since version 0.5.0, when rendering a single file or string, moban would report
99
'Templated 1 of 0 files', which should have been 'Templated 1 file.'
10+
- action: Removed
11+
details:
12+
- |
13+
python 3.4 support is gone because colorama requires
14+
Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*'
1015
date: 7.12.2019
1116
version: 0.6.8
1217
- changes:

.moban.d/moban_travis.yml.jj2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ python:
1212
- 3.7
1313
- 3.6
1414
- 3.5
15-
- 3.4
1615
- 2.7
17-
- 3.8-dev
16+
- 3.8
1817
{%endblock%}

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ python:
88
- 3.7
99
- 3.6
1010
- 3.5
11-
- 3.4
1211
- 2.7
13-
- 3.8-dev
12+
- 3.8
1413
env:
1514
- MINREQ=0
1615
- MINREQ=1

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Change log
99
#. since version 0.5.0, when rendering a single file or string, moban would
1010
report 'Templated 1 of 0 files', which should have been 'Templated 1 file.'
1111

12+
**Removed**
13+
14+
#. python 3.4 support is gone because colorama requires Python '>=2.7, !=3.0.*,
15+
!=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*'
16+
1217
0.6.7 - 1.12.2019
1318
--------------------------------------------------------------------------------
1419

0 commit comments

Comments
 (0)