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
Michael Howitz committed Mar 15, 2019
1 parent f53c7a8 commit b1f4e65
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,7 @@
- Fix test failures and deprecation warnings occurring when using Python 3.8a1.
(`#89 <https://github.com/zopefoundation/zope.testrunner/pull/89>`_)

- Drop support for Python 3.4.

4.9.2 (2018-11-24)
==================
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -143,7 +143,6 @@ def read(*names):
"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
@@ -1,6 +1,6 @@
[tox]
envlist =
py{27,py,34,35,36,37}{,-subunit},coverage,docs
py{27,py,35,36,37,38}{,-subunit},coverage,docs

[testenv]
extras =
Expand Down

0 comments on commit b1f4e65

Please sign in to comment.