Skip to content

Commit

Permalink
requirements: adjust django requirement to >=3.2,<4.3
Browse files Browse the repository at this point in the history
ara currently works with both the 3.2 and 4.2 LTS versions of django and
django 3.2 is maintained until April 2024.

We can be flexible on the version of django for now.
  • Loading branch information
dmsimard committed Sep 9, 2023
1 parent c22ba91 commit 7b744f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ ara.cli =

[extras]
server=
Django>=4.2,<4.3
# 3.2 LTS is supported until April 2024 after which we should lift to >=4.2
# https://github.com/ansible-community/ara/issues/485
Django>=3.2,<4.3
djangorestframework>=3.9.1
django-cors-headers
django-filter
Expand Down

0 comments on commit 7b744f5

Please sign in to comment.