Skip to content

Commit

Permalink
Drop Python 2.6 support. (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 8, 2019
1 parent d916c81 commit d31cf77
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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
sudo: false
python:
- "2.6"
- "2.7"

notifications:
Expand Down
6 changes: 6 additions & 0 deletions doc/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Security related fixes
did.
(`#375 <https://github.com/zopefoundation/Zope/issues/375>`_)

Backwards incompatible changes
++++++++++++++++++++++++++++++

- Drop support for Python 2.6. This means it is no longer tested from now on.
(`#475 <https://github.com/zopefoundation/Zope/issues/475>`_)

Features
++++++++

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2 :: Only",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: Implementation :: CPython",
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27
envlist = py27

[testenv]
commands =
Expand Down

0 comments on commit d31cf77

Please sign in to comment.