Commit c6fa85e9 authored by Tres Seaver's avatar Tres Seaver

Note explicit support for Python 3.4.

parent 6083b81d
...@@ -4,7 +4,7 @@ Changes ...@@ -4,7 +4,7 @@ Changes
1.4.2 (unreleased) 1.4.2 (unreleased)
------------------ ------------------
- Nothing changed yet. - Added support for Python 3.4.
1.4.1 (2013-02-20) 1.4.1 (2013-02-20)
......
...@@ -40,6 +40,7 @@ setup(name='transaction', ...@@ -40,6 +40,7 @@ setup(name='transaction',
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
"Framework :: ZODB", "Framework :: ZODB",
......
...@@ -3,7 +3,7 @@ envlist = ...@@ -3,7 +3,7 @@ envlist =
# Jython support pending 2.7 support, due 2012-07-15 or so. See: # Jython support pending 2.7 support, due 2012-07-15 or so. See:
# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html # http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
# py26,py27,py32,pypy,jython,coverage # py26,py27,py32,pypy,jython,coverage
py26,py27,py32,py33,pypy,coverage,docs py26,py27,py32,py33,py34,pypy,coverage,docs
[testenv] [testenv]
commands = commands =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment