Skip to content

Commit

Permalink
Merge pull request #8 from zopefoundation/drop-py34
Browse files Browse the repository at this point in the history
Drop support for Python 3.4 and 3.5.
  • Loading branch information
Michael Howitz committed Oct 6, 2020
2 parents bab0028 + d609054 commit 0d2f5d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy-5.6.0
- pypy
- pypy3
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changes
4.2.1 (unreleased)
------------------

- Nothing changed yet.
- Drop support for Python 3.4 and 3.5.


4.2.0 (2017-07-25)
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ def alltests():
'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 :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
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,pypy,pypy3,docs
py27,py36,pypy,pypy3,docs

[testenv]
commands =
Expand Down

0 comments on commit 0d2f5d7

Please sign in to comment.