Skip to content

Commit 0f8cfdf

Browse files
authored
Update test.yml
1 parent 3505200 commit 0f8cfdf

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
10-
django-version: ["3.2", "4.2", "5.1"]
9+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
10+
django-version: ["4.2", "5.1"]
1111
exclude:
12-
# Python 3.7 is not compatible with 4.1
13-
- python-version: "3.7"
14-
django-version: "4.2"
1512
# Python 3.11 is not compatible with 3.2
1613
- python-version: "3.11"
1714
django-version: "3.2"
@@ -20,10 +17,6 @@ jobs:
2017
- python-version: "3.13"
2118
django-version: "3.2"
2219
# django 5.x is not compatible with python 3.9 or lower
23-
- python-version: "3.7"
24-
django-version: "5.1"
25-
- python-version: "3.8"
26-
django-version: "5.1"
2720
- python-version: "3.9"
2821
django-version: "5.1"
2922

0 commit comments

Comments
 (0)