diff --git a/cubicweb_i18nfield/__pkginfo__.py b/cubicweb_i18nfield/__pkginfo__.py index 750b2c8ce5cb67e91bd6601cbf027cdd8627cac5..d0907ef73c02d4e06737a6433624f69688c518e3 100644 --- a/cubicweb_i18nfield/__pkginfo__.py +++ b/cubicweb_i18nfield/__pkginfo__.py @@ -15,7 +15,7 @@ description = 'Provides a way to translate entity fields individually.' web = 'http://www.cubicweb.org/project/%s' % distname __depends__ = { - 'cubicweb': ">= 3.28, < 3.35.0", + 'cubicweb': ">= 3.28, < 3.32.0", 'cubicweb-card': '>= 0.5', }