Skip to content

Commit

Permalink
fix: dropped django version3.2 from tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 30, 2024
1 parent 6fb34bc commit a7ee2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: ['3.9']
toxenv: [quality, docs, pii_check, django32, django42]
python-version: ['3.12']
toxenv: [quality, docs, pii_check, django42]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ norecursedirs = .* docs requirements site-packages
[testenv]
deps =
setuptools
django32: Django>=3.2,<4.0
django42: Django>=4.2,<4.3
-r{toxinidir}/requirements/test.txt
commands =
Expand Down

0 comments on commit a7ee2a8

Please sign in to comment.