Skip to content

Commit

Permalink
fix: Added support for django42
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Sep 7, 2023
1 parent a5d2d06 commit 13f6034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python-version: [py38]
django-version: [django32]
django-version: [django32, django42]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[tox]
skipsdist = true
envlist = {py38}-django{32,40}
envlist = {py38}-django{32, 42}

[testenv]
deps =
django32: Django>=3.2,<4.0
django42: Django>=4.2,<4.3
django40: Django>=4.0,<4.1
-r{toxinidir}/requirements/test.txt
commands =
Expand Down

0 comments on commit 13f6034

Please sign in to comment.