Skip to content

Commit d54277c

Browse files
committed
Fix exclude matrix
1 parent 26cdcef commit d54277c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,15 @@ jobs:
7676
- "5.0"
7777
- "5.1"
7878
exclude:
79+
# See https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
7980
- django-version: "4.2"
80-
python-version: ["3.13"]
81+
python-version: "3.13"
8182
- django-version: "5.0"
82-
python-version: ["3.9", "3.13"]
83+
python-version: "3.9"
84+
- django-version: "5.0"
85+
python-version: "3.13"
8386
- django-version: "5.1"
84-
python-version: ["3.9"]
87+
python-version: "3.9"
8588
runs-on: ubuntu-latest
8689
steps:
8790
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)