Skip to content

Commit

Permalink
Pin deps to Zope 2.13.x-compatible max versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jun 18, 2015
1 parent 1fcf84d commit 603bb21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildout.cfg
@@ -1,6 +1,7 @@
[buildout]
develop = .
parts = interpreter test
versions = versions

[interpreter]
recipe = zc.recipe.egg
Expand All @@ -10,3 +11,9 @@ eggs = MultiMapping
[test]
recipe = zc.recipe.testrunner
eggs = MultiMapping

[versions]
# Zope 2.13.x-compatible versions
zope.exceptions = < 3.7.dev
zope.interface = < 3.7.dev
zc.recipe.testrunner = < 1.3.dev

0 comments on commit 603bb21

Please sign in to comment.