Skip to content

Commit

Permalink
Drop support for Python 3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Mar 29, 2020
1 parent 56b710d commit e31b364
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
language: python
cache: pip
sudo: false
python:
- 2.7
- 3.4
- 3.5
- 3.6
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
- python: "3.8"
dist: xenial
sudo: true
- 3.7
- 3.8
install:
- pip install coveralls coverage
- pip install zope.testrunner
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Changelog

- Add support for Python 3.8.

- Drop support for Python 3.4.


1.5 (2018-10-04)
----------------
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py27,py34,py35,py36,py37,py38
py27,py35,py36,py37,py38

[testenv]
deps =
Expand Down

0 comments on commit e31b364

Please sign in to comment.