Skip to content

Commit 1449b60

Browse files
committed
exclude
1 parent 74479a8 commit 1449b60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
matrix:
2727
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"]
2828
django-version: [ "3.2", "4.2", "5.1"]
29+
exclude:
30+
- python-version: "3.9"
31+
django-version: "5.1"
32+
- python-version: "3.13"
33+
django-version: "3.2"
2934
env:
3035
PY_VER: ${{ matrix.python-version}}
3136
DJ_VER: ${{ matrix.django-version}}

0 commit comments

Comments
 (0)