Skip to content

Commit 542b440

Browse files
committed
Experimenting with matrix exclude configuration. We either need to put the combination information in nox, or in workflow.
1 parent 1593499 commit 542b440

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ jobs:
77
strategy:
88
matrix:
99
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
10+
django-version: ["4.1", "4.2", "5.0"]
11+
exclude:
12+
- python-version: 3.8
13+
django-version: "5.0"
14+
- python-version: 3.9
15+
django-version: "5.0"
1016

1117
steps:
1218
- uses: actions/checkout@v2.3.4

0 commit comments

Comments
 (0)