Skip to content

Commit

Permalink
Added Django 5.0 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Jan 21, 2024
1 parent 183cb72 commit b631ac6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ minversion = 3.23.0
requires:
pip >= 21.0.1
envlist =
py{3.8,3.9}-django{30,31,32,40,41}-drf{311,312,313,314}
py{3.8,3.9}-django{30,31,32,40,41,50}-drf{311,312,313,314}

[gh-actions]
python =
Expand All @@ -17,6 +17,7 @@ DJANGO =
3.2: django32
4.0: django40
4.1: django41
5.0: django50

[testenv]
passenv = TRAVIS TRAVIS_* GITHUB_*
Expand All @@ -28,8 +29,9 @@ deps=
django30: Django>=3.0.13,<3.1.0
django31: Django>=3.1.7,<3.2.0
django32: Django>=3.2.0,<3.3.0
django40: Django>=4.0.0,<4.1.0
django41: Django>=4.1.0,<4.2.0
django40: Django>=4.0.0,<4.1.13
django41: Django>=4.1.13,<4.2.9
django50: Django>=4.2.9,<5.0.1
drf311: djangorestframework>=3.11.2,<3.12.0
drf312: djangorestframework>=3.12.4,<3.13.0
drf313: djangorestframework>=3.13,<3.14
Expand Down

0 comments on commit b631ac6

Please sign in to comment.