Skip to content
Snippets Groups Projects

feat(setup.py): increase cubicweb max version to 3.31.x

Closed Laurent Peuch requested to merge topic/default/set_cubes_cw_max_version into branch/default
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -20,7 +20,7 @@ classifiers = [
]
# used packages
__depends__ = {'cubicweb': '>= 3.20.0',
__depends__ = {'cubicweb': ">= 3.20.0, < 3.32.0",
'cubicweb-file': '>= 1.9.0',
'logilab-common': '>= 0.58.3',
'cwclientlib': '>= 0.3.1',
Loading