Skip to content

Commit 5e9752b

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

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515
matrix:
1616
os: [ubuntu-latest]
1717
python-version: ["3.11", "3.12"]
18-
toxenv:
19-
[
20-
django42-drflatest,django52-drflatest,quality
21-
]
18+
toxenv: [django52-drflatest, quality]
2219

2320
steps:
2421
- uses: actions/checkout@v4

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)