From 0c17749d14c3e62d4123bbd1d9c07786b1d80d00 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 9 Sep 2021 08:46:19 +0200 Subject: [PATCH] feat(setup.py): increase cubicweb max version to 3.33.x --- cubicweb_comment/__pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubicweb_comment/__pkginfo__.py b/cubicweb_comment/__pkginfo__.py index 97909b5..35342b0 100644 --- a/cubicweb_comment/__pkginfo__.py +++ b/cubicweb_comment/__pkginfo__.py @@ -19,4 +19,4 @@ classifiers = [ 'Programming Language :: JavaScript', ] -__depends__ = {'cubicweb': ">= 3.24.0, < 3.33.0"} +__depends__ = {'cubicweb': ">= 3.24.0, < 3.34.0"} -- GitLab