Skip to content

Commit

Permalink
Drop support for Python 3.4.
Browse files Browse the repository at this point in the history
There is a test which fails since https://travis-ci.org/zopefoundation/AccessControl/jobs/240338887 (8 months ago)
I failed to find out which change caused the test failure.
There are even later Travis CI runs which were successful.
  • Loading branch information
Michael Howitz committed Jan 25, 2018
1 parent a6014b3 commit 9680d08
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
- 3.6

install:
- pip install six==1.10.0 # force here to avoid conflit with zc.recipe.testrunner
- pip install six==1.10.0 # force here to avoid conflict with zc.recipe.testrunner
- pip install -U setuptools==33.1.1
- pip install coveralls coverage
- pip install zc.buildout
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For changes before version 3.0, see ``HISTORY.rst``.
4.0b3 (unreleased)
------------------

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


4.0b2 (2018-01-25)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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 :: Implementation :: CPython",
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
envlist =
# flake8,
py27,
py34,
py35,
py36,
# isort,
Expand Down

0 comments on commit 9680d08

Please sign in to comment.