From b1dc9e1022a990843d22e6200ab62a8295bda04f Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 10 Feb 2022 05:55:12 +0100 Subject: [PATCH] feat(setup.py): increase cubicweb max version to 3.35.x --- cubicweb_addressbook/__pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubicweb_addressbook/__pkginfo__.py b/cubicweb_addressbook/__pkginfo__.py index da9fa63..3fd4b88 100644 --- a/cubicweb_addressbook/__pkginfo__.py +++ b/cubicweb_addressbook/__pkginfo__.py @@ -19,6 +19,6 @@ classifiers = [ 'Programming Language :: JavaScript', ] -__depends__ = {'cubicweb': ">= 3.24.0, < 3.35.0", +__depends__ = {'cubicweb': ">= 3.24.0, < 3.36.0", 'cubicweb-geocoding': None, } -- GitLab