Skip to content

Commit

Permalink
Drop support for Python 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 9, 2016
1 parent 8ee3f2c commit ca04d20
Show file tree
Hide file tree
Showing 2 changed files with 4 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
sudo: false
python:
- 2.6
- 2.7
- 3.3
- 3.4
Expand Down
8 changes: 4 additions & 4 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ should follow these in most cases.
Python versions
---------------

The ZTK 2.0 release series supports Python 2.6, 2.7 and 3.3. Some libraries
included in the ZTK support Python 3.2.
The ZTK 2.0 release series supports Python 2.7, 3.3 and 3.4. Some libraries
included in the ZTK support Python 3.2 and/or Python 3.5.

News
----

Python versions
~~~~~~~~~~~~~~~

Python 2.5 is no longer supported by this version of the ZTK. Support for
Python 3.3 has been added.
Python 2.5 and Python 2.6 are no longer supported by this version of the ZTK.
Support for Python 3.3 and 3.4 has been added.

ZODB 4
~~~~~~
Expand Down

0 comments on commit ca04d20

Please sign in to comment.