Skip to content

Commit

Permalink
Declare incompatibility with ZODB 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Sep 9, 2016
1 parent 96def86 commit 9a6fd23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
3.1 - unreleased
----------------

- Declare incompatibility with ZODB 5.

- Use `storage._lock` as a context manager.

- Declare PyPy compatibility.
Expand Down
2 changes: 2 additions & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ develop = .
parts = interpreter test tox

[versions]
ZODB = 4.4.2
ZEO = 4.3.0
tempstorage =

[interpreter]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
package_dir={'': 'src'},
install_requires=[
'setuptools',
'ZODB',
'ZODB <5.0.dev0',
'zope.testing',
],
include_package_data=True,
Expand Down

0 comments on commit 9a6fd23

Please sign in to comment.