Skip to content

Commit

Permalink
Drop support for Python 3.4. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz authored Dec 10, 2019
1 parent a17bbbb commit 3e2605b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
Expand Down
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
4.4 (unreleased)
================

- Add support for Python 3.8.

- Make the registration of the ``FileETag`` adapter conditional on the environment
as Zope registers this adapter explicitly in ``Products.Five.browser``.
See `#12 <https://github.com/zopefoundation/zope.browserresource/pull/12>`_.

- Add support for Python 3.8.

- Drop support for Python 3.4.


4.3 (2018-10-05)
================
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def test_suite():
'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,pypy,py34,py35,py36,py37,py38,pypy3,coverage,docs
py27,pypy,py35,py36,py37,py38,pypy3,coverage,docs

[testenv]
commands =
Expand Down

0 comments on commit 3e2605b

Please sign in to comment.