From 9a25d376de8a05d2087f8d5fb4e0fa576dc882d6 Mon Sep 17 00:00:00 2001 From: Cube Doctor Date: Wed, 24 Nov 2021 14:03:01 +0000 Subject: [PATCH] feat(setup.py): increase cubicweb max version to 3.31.x --- cubicweb_i18nfield/__pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubicweb_i18nfield/__pkginfo__.py b/cubicweb_i18nfield/__pkginfo__.py index 750b2c8..d0907ef 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', } -- GitLab