Skip to content

Commit

Permalink
fix: require Django >= 3.2 (#7562)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed May 16, 2023
1 parent 63f421a commit a77358b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


REQUIREMENTS = [
'Django>=2.2,<5.0',
'Django>=3.2,<5.0',
'django-classy-tags>=0.7.2',
'django-formtools>=2.1',
'django-treebeard>=4.3',
Expand Down

0 comments on commit a77358b

Please sign in to comment.