Skip to content

Commit 4b7f6ff

Browse files
author
Tycho Hob
committed
build: Remove Django 4.2 tests, we no longer support it
1 parent f5db108 commit 4b7f6ff

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest]
1717
python-version: ["3.12"]
18-
toxenv: [quality, docs, pii_check, django42, django52]
18+
toxenv: [quality, docs, pii_check, django52]
1919
steps:
2020
- uses: actions/checkout@v6
2121
- name: setup python
@@ -35,7 +35,7 @@ jobs:
3535
run: tox
3636

3737
- name: Run coverage
38-
if: matrix.python-version == '3.12' && matrix.toxenv == 'django42'
38+
if: matrix.python-version == '3.12' && matrix.toxenv == 'django52'
3939
uses: codecov/codecov-action@v6
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py312-django{42,52}
2+
envlist = py312-django{52}
33

44
[doc8]
55
; D001 = Line too long
@@ -37,7 +37,6 @@ norecursedirs = .* docs requirements site-packages
3737

3838
[testenv]
3939
deps =
40-
django42: Django>=4.0,<5.0
4140
django52: Django>=5.0,<5.3
4241
-r{toxinidir}/requirements/test.txt
4342
commands =

0 commit comments

Comments
 (0)