Skip to content

Commit c4ae65d

Browse files
committed
updates CI matrix
1 parent 9f5590c commit c4ae65d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
python: [ "3.11", "3.12" ]
39-
django: [ "32", "42", "51" ]
38+
python: [ "3.13" ]
39+
django: [ "52", "42", "32" ]
4040
db-engine: [ "pg", "mysql" ]
4141
env:
4242
PY_VER: ${{ matrix.python}}

0 commit comments

Comments
 (0)