# HG changeset patch
# User Cube Doctor <cube-doctor@logilab.fr>
# Date 1649322587 0
#      Thu Apr 07 09:09:47 2022 +0000
# Node ID e7aecb64ccd772244e60314ef5d86bfee29fdb68
# Parent  b0a9fd09219398fc41e3531b268e52175bbddccc
feat(setup.py): increase cubicweb max version to 3.36.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.36.0",
+    'cubicweb': ">= 3.24.7, < 3.37.0",
     'six': '>= 1.4.0',
     'boto3': None,
 }