Skip to content

Commit dd0d642

Browse files
committed
Fix "include" usage in test matrix
If the entry is already a part of the matrix, "include" is redundant
1 parent 40efc63 commit dd0d642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fail-fast: false
5252
max-parallel: 6
5353
matrix:
54-
python-version: ["3.11", "3.12", "3.13", "3.14", "3.14t"]
54+
python-version: ["3.11", "3.12", "3.13", "3.14"]
5555
django-version: ["5.0", "5.1", "5.2"]
5656
broker: ["redis", "fakeredis", "valkey"]
5757
include:

0 commit comments

Comments
 (0)