From 3c6f56de2bc6857c085a6f418a76f109fda1ba1a Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 8 Sep 2021 06:03:24 +0200 Subject: [PATCH] feat(setup.py): increase cubicweb max version to 3.33.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