Skip to content

Commit

Permalink
🔥 remove python 3.4 test and add python 3.8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Dec 7, 2019
1 parent cc0a313 commit 3877e58
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .moban.cd/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ releases:
- |
since version 0.5.0, when rendering a single file or string, moban would report
'Templated 1 of 0 files', which should have been 'Templated 1 file.'
- action: Removed
details:
- |
python 3.4 support is gone because colorama requires
Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*'
date: 7.12.2019
version: 0.6.8
- changes:
Expand Down
3 changes: 1 addition & 2 deletions .moban.d/moban_travis.yml.jj2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ python:
- 3.7
- 3.6
- 3.5
- 3.4
- 2.7
- 3.8-dev
- 3.8
{%endblock%}
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ python:
- 3.7
- 3.6
- 3.5
- 3.4
- 2.7
- 3.8-dev
- 3.8
env:
- MINREQ=0
- MINREQ=1
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Change log
#. since version 0.5.0, when rendering a single file or string, moban would
report 'Templated 1 of 0 files', which should have been 'Templated 1 file.'

**Removed**

#. python 3.4 support is gone because colorama requires Python '>=2.7, !=3.0.*,
!=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*'

0.6.7 - 1.12.2019
--------------------------------------------------------------------------------

Expand Down

0 comments on commit 3877e58

Please sign in to comment.