diff --git a/cubicweb_addressbook/__pkginfo__.py b/cubicweb_addressbook/__pkginfo__.py index da9fa63f9b97ba207246fb690565c36484aff2f3..bd8d06edbe9760da02e7ab95aae0e70387d88fb9 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.32.0", 'cubicweb-geocoding': None, }