Skip to content

Commit 443a73a

Browse files
committed
fixes CI matrix
1 parent 4a84d1a commit 443a73a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
django: [ "51", "42", "32" ]
44-
python: [ "313", "312", "39" ]
43+
django: [ "5.1", "4.2", "3.2" ]
44+
python: [ "3.13", "3.12", "3.9" ]
4545
exclude:
4646
- python: 39
4747
django: 51

0 commit comments

Comments
 (0)