Commit be8398e8 authored by Tres Seaver's avatar Tres Seaver

Note explicit support for Python 3.4.

parent aa7c5184
......@@ -5,6 +5,8 @@ CHANGES
4.1.3 (unreleased)
------------------
- Added support for Python 3.4.
- Updated ``boostrap.py`` to version 2.2.
......
......@@ -48,7 +48,7 @@ else:
features = {'Cwrapper': Cwrapper}
setup(name='zope.proxy',
version='4.1.3.dev0',
version='4.1.3dev',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Generic Transparent Proxies',
......@@ -70,6 +70,7 @@ setup(name='zope.proxy',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
"Framework :: Zope3",
......
......@@ -3,7 +3,7 @@ envlist =
# 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
# py26,py27,py32,jython,pypy,coverage
py26,py27,py27-pure,py32,py33,py33-pure,pypy,coverage,docs
py26,py27,py27-pure,py32,py33,py33-pure,py34,pypy,coverage,docs
[testenv]
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