Skip to content

Commit

Permalink
fix: version bumped to 8.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft authored and awais786 committed Aug 24, 2023
1 parent 55e1dd0 commit 2dc3f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
toxenv: [
quality,
docs,
django32-drf312,
django32-drf314,
django32-drflatest,
django40-drflatest,
django41-drflatest,
django42-drflatest
]

Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ setenv =
deps =
-r{toxinidir}/requirements/test.txt
django32: Django>=3.2,<4.0
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2,<4.3
drf312: djangorestframework>=3.12,<3.13
drf314: djangorestframework<3.15.0
drflatest: djangorestframework
commands =
python -m pytest --cov {posargs}
Expand Down

0 comments on commit 2dc3f19

Please sign in to comment.