Skip to content

Commit

Permalink
Merge branch 'master' into feature.configure_tree_bucket_sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 17, 2014
2 parents 70b99df + 4c6f43b commit 417e428
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -5,6 +5,8 @@
4.0.9 (unreleased)
------------------

- Added support for Python 3.4.

- Update pure-Python and C trees / sets to accept explicit None to indicate
max / min value for ``minKey``, ``maxKey``. (PR #3)

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -127,6 +127,7 @@ def BTreeExtension(family):
'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 :: ZODB",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -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,docs
py26,py27,py27-pure,pypy,py32,py33,w_zodb,coverage,docs
py26,py27,py27-pure,pypy,py32,py33,py34,w_zodb,coverage,docs

[testenv]
deps =
Expand Down

0 comments on commit 417e428

Please sign in to comment.