Commit cf42c427 authored by Tres Seaver's avatar Tres Seaver

Note dependency on ZODB 4.0.0b2.

The tests fail without that version.
parent 4d7f54c4
......@@ -4,7 +4,7 @@ CHANGES
Unreleased
----------
- Depend on ZODB >= 4.0.0b1
- Depend on ZODB >= 4.0.0b2
- Added support for Python 3.2 / 3.3.
......
......@@ -25,6 +25,7 @@ classifiers = """\
Intended Audience :: Developers
License :: OSI Approved :: Zope Public License
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
......@@ -94,7 +95,7 @@ setup(name="ZEO",
tests_require = tests_require,
extras_require = dict(test=tests_require),
install_requires = [
'ZODB >= 4.0.0b1',
'ZODB >= 4.0.0b2',
'six',
'transaction',
'persistent',
......
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