From 4af13da497e6e98eaff467085004f0750c45ae02 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 8 Sep 2021 05:49:00 +0200 Subject: [PATCH] feat(setup.py): increase cubicweb max version to 3.31.x --- __pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index 902f3dd..cb5d448 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -19,7 +19,7 @@ description = 'Provides a way to translate entity fields individually.' web = 'https://forge.extranet.logilab.fr/cubicweb/cubes/%s' % distname __depends__ = { - 'cubicweb': '>= 3.24', + 'cubicweb': ">= 3.24, < 3.32.0", 'cubicweb-card': '>= 0.5', } -- GitLab