Skip to content

Commit 26cdcef

Browse files
committed
Add exclude matrix to tests and don't test py 3.8 (EOL)
1 parent 145ca66 commit 26cdcef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
strategy:
6767
matrix:
6868
python-version:
69-
- "3.8"
7069
- "3.9"
7170
- "3.10"
7271
- "3.11"
@@ -76,6 +75,13 @@ jobs:
7675
- "4.2"
7776
- "5.0"
7877
- "5.1"
78+
exclude:
79+
- django-version: "4.2"
80+
python-version: ["3.13"]
81+
- django-version: "5.0"
82+
python-version: ["3.9", "3.13"]
83+
- django-version: "5.1"
84+
python-version: ["3.9"]
7985
runs-on: ubuntu-latest
8086
steps:
8187
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)