Skip to content
Snippets Groups Projects

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

Merged 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
@@ -19,4 +19,4 @@ classifiers = [
'Programming Language :: JavaScript',
]
__depends__ = {'cubicweb': '>= 3.24.0'}
__depends__ = {'cubicweb': ">= 3.24.0, < 3.32.0"}
Loading