Skip to content

Commit

Permalink
dj42 incompat with drf313
Browse files Browse the repository at this point in the history
  • Loading branch information
suavesav committed Mar 26, 2024
1 parent 4709584 commit 9093335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
dj-version: '4.1.*'
- python-version: 3.7
dj-version: '4.2.*'
- dj-version: '4.2.*'
drf-version: '3.13.*'

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addopts=--tb=short
envlist =
py310-lint,
{py37,py38,py39,py310}-django{32}-drf{313,314},
{py37,py38,py39,py310}-django{40,41,42}-drf{313,314,315},
{py37,py38,py39,py310}-django{40,41,42}-drf{314,315},

[testenv]
commands = ./runtests.py --fast {posargs} --coverage -rw
Expand Down

0 comments on commit 9093335

Please sign in to comment.