# HG changeset patch # User Laurent Peuch <cortex@worlddomination.be> # Date 1644472461 -3600 # Thu Feb 10 06:54:21 2022 +0100 # Node ID cfaaa4dc92f10608c5e48710848d011b41937dd3 # Parent c940b503e9d07cde767231e6b665cb49afc91286 feat(setup.py): increase cubicweb max version to 3.35.x diff --git a/cubicweb_s3storage/__pkginfo__.py b/cubicweb_s3storage/__pkginfo__.py --- a/cubicweb_s3storage/__pkginfo__.py +++ b/cubicweb_s3storage/__pkginfo__.py @@ -15,7 +15,7 @@ web = 'https://forge.extranet.logilab.fr/cubicweb/cubes/%s' % distname __depends__ = { - 'cubicweb': ">= 3.24.7, < 3.35.0", + 'cubicweb': ">= 3.24.7, < 3.36.0", 'six': '>= 1.4.0', 'boto3': None, }