Skip to content

Commit

Permalink
Add Django 5.0 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oxan committed Dec 25, 2023
1 parent c243be7 commit 77d106f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
py{38,39,310,311}-django{32}-drf{311,312,313,314,master}
py{38,39,310,311}-django{40}-drf{313,314,master}
py{38,39,310,311,312,313}-django{41,42}-drf{314,master}
py{310,311,312,313}-django{50}-drf{314,master}

[gh-actions]
python =
Expand All @@ -21,6 +22,7 @@ deps =
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2,<5.0
django50: Django>=5.0,<5.1
drf311: djangorestframework>=3.11,<3.12
drf312: djangorestframework>=3.12,<3.13
drf313: djangorestframework>=3.13,<3.14
Expand Down

0 comments on commit 77d106f

Please sign in to comment.