Skip to content

Commit

Permalink
Drop Python 3.4 support
Browse files Browse the repository at this point in the history
Python 3.4 is not supported anymore by Python development team.
  • Loading branch information
Fabien Bochu committed Mar 21, 2019
1 parent eb3fb70 commit 97f4669
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Changelog.rst
Expand Up @@ -4,7 +4,7 @@ ChangeLog
2.4 (unreleased)
----------------

- Nothing changed yet.
- Drop Python 3.4 support


2.3 (2019-03-21)
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, docs, quality
envlist = py27, py35, py36, py37, docs, quality
skip_missing_interpreters = True

[testenv:docs]
Expand All @@ -16,4 +16,4 @@ whitelist_externals = make
commands = make tests

[tox:travis]
3.5 = py35, docs, quality
3.7 = py37, docs, quality

0 comments on commit 97f4669

Please sign in to comment.