Skip to content

Commit

Permalink
Drop Python 3.4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 18, 2018
1 parent 26e2d83 commit c270f65
Show file tree
Hide file tree
Showing 3 changed files with 2 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
install:
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -36,14 +36,13 @@ def read(path):
description="Zope 3 relationship index. Precursor to zc.relation.",
long_description="\n\n".join([
read('src/zc/relationship/README.txt'),
read('src/zc/relationship/container.txt'),
read('src/zc/relationship/CHANGES.txt'),
]),
classifiers=[
'Programming Language :: Python',
'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',
],
Expand Down
2 changes: 1 addition & 1 deletion src/zc/relationship/CHANGES.txt
Expand Up @@ -61,7 +61,7 @@ Changes in 2.0
exclusively. See plone.relations for a zc.relationship container with
very good test coverage.)

- Tested with Python 2.7 and Python >= 3.4
- Tested with Python 2.7 and Python >= 3.5

- Added test extra to declare test dependency on ``zope.app.folder``.

Expand Down

0 comments on commit c270f65

Please sign in to comment.