From 9677579794ad3bd84a0b5d1ecf71ee8123e4c880 Mon Sep 17 00:00:00 2001 From: Cube Doctor Date: Thu, 7 Apr 2022 08:06:32 +0000 Subject: [PATCH] feat(setup.py): increase cubicweb max version to 3.37.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 68a37e4..d31bc7f 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.37.0"} +__depends__ = {'cubicweb': ">= 3.24.0, < 3.38.0"} -- GitLab