diff --git a/__pkginfo__.py b/__pkginfo__.py index 902f3dde32326462bc94f1c67ac10b79c9da1f90..cb5d4481dcae3e31f3ccc99cd32ca33ebd5b4744 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', }