From 08f4c8d1a3484b48bfcfbf938a8159ccf6c5c86a Mon Sep 17 00:00:00 2001 From: Cube Doctor Date: Wed, 24 Nov 2021 11:47:38 +0000 Subject: [PATCH] feat(setup.py): increase cubicweb max version to 3.32.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 bd8d06e..f4790e1 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.32.0", +__depends__ = {'cubicweb': ">= 3.24.0, < 3.33.0", 'cubicweb-geocoding': None, } -- GitLab