Skip to content

Commit

Permalink
Note explicit support for Python 3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 17, 2014
1 parent 877d861 commit 7ca8bb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ zope.testing Changelog
4.1.3 (unreleased)
==================

- Added support for Python 3.4.

- Updated ``boostrap.py`` to version 2.2.


Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
'Programming Language :: Python :: Implementation :: CPython',
"Framework :: Zope3",
"Topic :: Software Development :: Libraries :: Python Modules",
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 =
py26,py27,py32,py33
py26,py27,py32,py33,py34

[testenv]
commands =
Expand Down

0 comments on commit 7ca8bb9

Please sign in to comment.