Skip to content

Commit 03a7b75

Browse files
author
Tycho Hob
committed
test: Remove Python 3.8 and Django 4.2 from test matrix
1 parent 7e75894 commit 03a7b75

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{38,311,312}-django{42,52}-drf{latest} # Django 4.2 is not supported by DRF < 3.14
3+
py{311,312}-django{52}-drf{latest}
44
quality
55

66
[pytest]
@@ -10,7 +10,6 @@ norecursedirs = .* docs requirements
1010

1111
[testenv]
1212
deps =
13-
django42: Django>=4.2,<4.3
1413
django52: Django>=5.2,<5.3
1514
drflatest: djangorestframework
1615
-r{toxinidir}/requirements/test.txt
@@ -40,4 +39,3 @@ deps =
4039
-r{toxinidir}/requirements/quality.txt
4140
commands =
4241
make quality
43-

0 commit comments

Comments
 (0)