Skip to content

Commit

Permalink
test: use Django 4.2 instead of 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Aug 8, 2023
1 parent 9ea3c3e commit c62c69d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
python-version: [3.8]
toxenv: [django32-nutmeg, django32-latest, django41-latest, quality, pii_check]
toxenv: [django32-nutmeg, django32-latest, django42-latest, quality, pii_check]

steps:
- name: checkout repo
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pip-log.txt
coverage.xml
htmlcov/
diff-cover.html
pii_report

# Translations
*.mo
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = django{32,41}-{nutmeg,latest}
envlist = django{32,41}-{nutmeg,latest},quality,pii_check

[pycodestyle]
exclude = .git,.tox,migrations
Expand Down Expand Up @@ -37,7 +37,7 @@ allowlist_externals =
mkdir
deps =
django32: Django>=3.2,<4.0
django41: Django>=4.1,<4.2
django42: Django>=4.2,<5.0
nutmeg: bleach[css]==5.0.0
latest: bleach[css]
-r{toxinidir}/requirements/test.txt
Expand Down

0 comments on commit c62c69d

Please sign in to comment.